From ea5cbe91b94e48e9f63947d01decdf919848ae91 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 11 六月 2021 17:35:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master --- pom.xml | 79 +++++++++++++++++++++++++++++++++++---- 1 files changed, 70 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 14932ed..9786c9e 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> @@ -368,7 +368,11 @@ <artifactId>mail</artifactId> <version>1.4.1</version> </dependency> - + <dependency > + <groupId >com.sun.mail </groupId > + <artifactId >javax.mail </artifactId > + <version >1.6.0 </version > + </dependency > <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> @@ -434,7 +438,48 @@ <profile.active>gcs</profile.active> </properties> </profile> - + <profile> + <id>lzhws</id> + <properties> + <profile.active>lzhws</profile.active> + </properties> + </profile> + <profile> + <id>qhyhs</id> + <properties> + <profile.active>qhyhs</profile.active> + </properties> + </profile> + <profile> + <id>szygs</id> + <properties> + <profile.active>szygs</profile.active> + </properties> + </profile> + <profile> + <id>zkysh</id> + <properties> + <profile.active>zkysh</profile.active> + </properties> + </profile> + <profile> + <id>shgjs</id> + <properties> + <profile.active>shgjs</profile.active> + </properties> + </profile> + <profile> + <id>zkyshs</id> + <properties> + <profile.active>zkyshs</profile.active> + </properties> + </profile> + <profile> + <id>gslab</id> + <properties> + <profile.active>gslab</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> @@ -450,6 +495,14 @@ <target>1.8</target> <encoding>UTF-8</encoding> <skip>true</skip> + <excludes> + <exclude> + resources/template/* + </exclude> + <exclude> + resources/*.docx + </exclude> + </excludes> </configuration> </plugin> <plugin> @@ -468,6 +521,14 @@ <webResources> <resource> <directory>src/main/webapp</directory> + <excludes> + <exclude> + resources/template/* + </exclude> + <exclude> + resources/*.docx + </exclude> + </excludes> <filtering>true</filtering> <targetPath>./</targetPath> </resource> -- Gitblit v1.9.2