Generate POMs

This commit is contained in:
Gary Russell
2016-10-14 11:35:47 -04:00
parent 933b3f015a
commit 948e5135cd
64 changed files with 188 additions and 176 deletions

View File

@@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-xml</artifactId>
<version>4.3.1.RELEASE</version>
<version>4.3.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>