Added the Keystore
[dmaap/messagerouter/messageservice.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d1ec84f..e9b0458 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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.4-oss</ajscRuntimeVersion>
+               <ajscRuntimeVersion>3.0.6-oss</ajscRuntimeVersion>
 
                <!-- This will be the Absolute Root of the Project and should contain NO 
                        Versioning -->
                        <artifactId>dme2</artifactId>
                        <version>3.1.200-oss</version>
                </dependency>
-               
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-expression</artifactId>
+                       <version>4.3.16.RELEASE</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>
     <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>
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-archetype-parent</artifactId>
-                       <version>3.0.4-oss</version>
+                       <version>3.0.6-oss</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-runner</artifactId>
-                       <version>3.0.4-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.4-oss</version>
+                       <version>3.0.6-oss</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>