Updgrade to Boot 2.0.0.RELEASE

This commit is contained in:
Gary Russell
2018-03-01 09:06:46 -05:00
parent 5764038768
commit e1929d1d3d
63 changed files with 169 additions and 205 deletions

View File

@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.22</version>
<version>1.7.25</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.22</version>
<version>1.7.25</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -207,14 +207,14 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.0.0.M7</version>
<version>5.0.3.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.0.RC4</version>
<version>5.0.4.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>