From fce41585f6c4e09c12c7e2a3150d4dfbf1f46bb0 Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期二, 12 一月 2021 10:27:26 +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