diff options
-rw-r--r-- | pom.xml | 37 |
1 files changed, 31 insertions, 6 deletions
@@ -249,7 +249,7 @@ <javax-mail-version>1.5.0</javax-mail-version> <module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name> <module.ajsc.namespace.version>v1</module.ajsc.namespace.version> - <ajscRuntimeVersion>3.0.5-oss</ajscRuntimeVersion> + <ajscRuntimeVersion>3.0.6-oss</ajscRuntimeVersion> <!-- This will be the Absolute Root of the Project and should contain NO Versioning --> @@ -332,7 +332,16 @@ <artifactId>dme2</artifactId> <version>3.1.200-oss</version> </dependency> - + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + <version>3.1.0.RC1</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-messaging</artifactId> + <version>4.1.9.RELEASE</version> + </dependency> <dependency> <groupId>com.sun.mail</groupId> <artifactId>javax.mail</artifactId> @@ -402,7 +411,23 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>3.2.18.RELEASE</version> + <version>4.3.15.RELEASE</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>4.3.15.RELEASE</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + <version>4.3.15.RELEASE</version> + </dependency> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>4.3.15.RELEASE</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -552,7 +577,7 @@ <dependency> <groupId>com.att.ajsc</groupId> <artifactId>ajsc-archetype-parent</artifactId> - <version>3.0.5-oss</version> + <version>3.0.6-oss</version> <type>pom</type> </dependency> @@ -684,13 +709,13 @@ <dependency> <groupId>com.att.ajsc</groupId> <artifactId>ajsc-runner</artifactId> - <version>3.0.5-oss</version> + <version>3.0.6-oss</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.att.ajsc</groupId> <artifactId>ajsc-core</artifactId> - <version>3.0.5-oss</version> + <version>3.0.6-oss</version> <scope>provided</scope> </dependency> </dependencies> |