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

@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>1.4.0</version>
<version>1.6.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -160,14 +160,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>