Upgrade to te latest milestones

This commit is contained in:
Artem Bilan
2019-05-13 13:56:50 -04:00
parent c85f1d444a
commit ff9596be1d
65 changed files with 150 additions and 150 deletions

View File

@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.15.8</version>
<version>5.15.9</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.15.8</version>
<version>5.15.9</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -210,14 +210,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.0.M1</version>
<version>5.2.0.M2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.0.M1</version>
<version>5.2.0.M2</version>
<scope>import</scope>
<type>pom</type>
</dependency>