clean MR codebase
[dmaap/messagerouter/dmaapclient.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 896ba04..590a5e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
        <artifactId>dmaapClient</artifactId>
        <packaging>jar</packaging>
-       <version>1.1.7-SNAPSHOT</version>
+       <version>1.1.9-SNAPSHOT</version>
        <name>dmaap-messagerouter-dmaapclient</name>
        <description>Client library for MR event routing API</description>
-       <url>https://github.com/att/dmaap-framework</url>
+       <url>https://gerrit.onap.org/r/gitweb?p=dmaap/messagerouter/dmaapclient.git</url>
 
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.2.0</version>
+               <version>1.2.1</version>
        </parent>
        <properties>
                <!-- for the client library, we want to allow 1.6 or later -->
                <maven.compiler.target>1.7</maven.compiler.target>
                <maven.compiler.source>1.7</maven.compiler.source>
-               <jersey.version>2.26</jersey.version>
+               <jersey.version>2.22.1</jersey.version>
                <version.jackson.core>2.6.7.1</version.jackson.core>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
+        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
                <!-- SONAR -->
                <jacoco.version>0.7.7.201606060606</jacoco.version>
                <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
                                        <groupId>com.sun.jersey</groupId>
                                        <artifactId>jersey-client</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>javax.jms</groupId>
+                                       <artifactId>jms</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <!-- Begin - Dependency on log4j for logging purpose -->