From 5805a82d476338a95b33feed4623888e8c9c97d1 Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期五, 29 一月 2021 13:52:33 +0800 Subject: [PATCH] 取消的时候也保存订单 --- pom.xml | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8be307c..c3ba94f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </repositories> <properties> - <spring.version>4.3.8.RELEASE</spring.version> + <spring.version>4.3.29.RELEASE</spring.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> @@ -322,29 +322,29 @@ <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> - <version>1.2.3</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-web</artifactId> - <version>1.2.3</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-ehcache</artifactId> - <version>1.2.3</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> - <version>1.2.3</version> + <version>1.6.0</version> </dependency> <!--- end shiro --> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.2.8</version> + <version>1.2.75</version> </dependency> <dependency> <groupId>com.google.collections</groupId> @@ -360,7 +360,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.9.0.pr3</version> + <version>2.9.10.7</version> </dependency> <!-- https://mvnrepository.com/artifact/javax.mail/mail --> <dependency> @@ -464,6 +464,12 @@ <profile.active>shgjs</profile.active> </properties> </profile> + <profile> + <id>zkyshs</id> + <properties> + <profile.active>zkyshs</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2