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

@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.0</version>
<version>5.15.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.15.0</version>
<version>5.15.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -210,14 +210,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>