升级各种组件版本,以符合安全要求
This commit is contained in:
+16
-16
@@ -15,24 +15,24 @@
|
||||
<java.version>1.8</java.version>
|
||||
<!--<spring.version>4.3.9.RELEASE</spring.version>-->
|
||||
<mybatis.version>3.4.2</mybatis.version>
|
||||
<shiro.version>1.4.0-RC2</shiro.version>
|
||||
<shiro.version>1.12.0</shiro.version>
|
||||
<aspectj.version>1.8.5</aspectj.version>
|
||||
<org.apache.maven.plugins.version>3.7.0</org.apache.maven.plugins.version>
|
||||
<ehcache.version>2.6.6</ehcache.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>adc</id>
|
||||
<url>http://60.247.58.121:8182/repository/public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<!-- <repositories>-->
|
||||
<!-- <repository>-->
|
||||
<!-- <id>adc</id>-->
|
||||
<!-- <url>http://60.247.58.121:8182/repository/public</url>-->
|
||||
<!-- <releases>-->
|
||||
<!-- <enabled>true</enabled>-->
|
||||
<!-- </releases>-->
|
||||
<!-- <snapshots>-->
|
||||
<!-- <enabled>true</enabled>-->
|
||||
<!-- </snapshots>-->
|
||||
<!-- </repository>-->
|
||||
<!-- </repositories>-->
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
@@ -58,7 +58,7 @@
|
||||
<dependency>
|
||||
<groupId>com.adc</groupId>
|
||||
<artifactId>adc-da-swagger</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>2.3.3</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.mail</groupId>
|
||||
@@ -69,7 +69,7 @@
|
||||
<dependency>
|
||||
<groupId>com.adc</groupId>
|
||||
<artifactId>adc-da-base</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>adc-da-util</artifactId>
|
||||
@@ -80,7 +80,7 @@
|
||||
<dependency>
|
||||
<groupId>com.adc</groupId>
|
||||
<artifactId>adc-da-util</artifactId>
|
||||
<version>RELEASE</version>
|
||||
<version>2.3.2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user