Upgrade to SI Java DSL 1.0.RC1 and Gradle 1.12

Regenerate POMs
This commit is contained in:
Artem Bilan
2014-10-31 21:56:23 +02:00
parent 5216cf10b6
commit 5d08c6f67e
59 changed files with 805 additions and 629 deletions

View File

@@ -75,13 +75,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.0.7.RELEASE</version>
<version>4.1.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-xml</artifactId>
<version>4.0.4.RELEASE</version>
<version>4.1.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>