changes for docker deployment
[dmaap/messagerouter/messageservice.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 55926f4..4f53bce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>0.1.1</version>
+               <version>1.1.0</version>
        </parent>
 
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
 
                <module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
-               <ajscRuntimeVersion>1.0.0</ajscRuntimeVersion>
+               <ajscRuntimeVersion>3.0.3-oss</ajscRuntimeVersion>
 
                <!-- This will be the Absolute Root of the Project and should contain NO 
                        Versioning -->
                <testRouteOffer>workstation</testRouteOffer>
                <testEnv>DEV</testEnv>
                <dmaapImg>${project.version}</dmaapImg>
-               <camel.version>2.16.0</camel.version>
+               <camel.version>2.16.2</camel.version>
                <sitePath>/content/sites/site/org/onap/dmaap/messagerouter/messageservice/${project.artifactId}/${project.version}</sitePath>
                <skip.docker.build>true</skip.docker.build>
                <skip.docker.push>true</skip.docker.push>
                so). If you have a startup failure related to a missing dme2 class not found 
                exception, please contact the AJSC team for assistance. You can email support 
                at ajsc-Support <DL-ajsc-Support@att.com>. For more information regarding 
-               the usage of the AJSC service pom.xml and management of dependencies, please 
-               goto wiki link:http://wiki.web.att.com/display/ajsc/pom.xml -->
+               the usage of the AJSC service pom.xml and management of dependencies,  -->
        <dependencies>
 
                <!-- cmn-CommonDataModel dependency added to resolve build issue not finding 
                <dependency>
                        <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
                        <artifactId>msgrtr</artifactId>
-                       <version>1.1.1</version>
+                       <version>1.1.2</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>
                <groupId>org.grails</groupId>
        <artifactId>grails-web</artifactId>
        <version>2.4.4</version>
-        </dependency>
+       <exclusions>
+               <exclusion>
+                       <groupId>org.grails</groupId>
+                       <artifactId>grails-web-jsp</artifactId>
+               </exclusion>
+       </exclusions>
+               </dependency>
         <dependency>
                <groupId>org.codehaus.groovy</groupId>
                <artifactId>groovy-all</artifactId>
                <dependency>
                        <groupId>org.apache.cxf</groupId>
                        <artifactId>cxf-rt-rs-extension-providers</artifactId>
-                       <version>3.0.4</version>
+                       <version>3.0.12</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.jettison</groupId>
                        <version>1.6.1</version>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>com.att.aft</groupId>
-                       <artifactId>dme2</artifactId>
-                       <version>3.1.200</version>
-                       <!-- <scope>provided</scope> -->
-               </dependency>
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-archetype-parent</artifactId>
-                       <version>2.0.0</version>
+                       <version>3.0.3-oss</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-runner</artifactId>
-                       <version>2.0.0</version>
+                       <version>3.0.3-oss</version>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-core</artifactId>
-                       <version>2.0.0</version>
+                       <version>3.0.3-oss</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>