Change parent to release version 2.7.1
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / pom.xml
index 197f6ae..16c266c 100644 (file)
@@ -24,8 +24,8 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
-                <relativePath />
+               <version>2.7.1</version>
+                <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
        <artifactId>appc-dmaap-adapter-bundle</artifactId>
        <name>DMaaP Adapter - bundle</name>
 
        <dependencies>
+          <dependency>
+              <groupId>org.apache.httpcomponents</groupId>
+              <artifactId>httpclient</artifactId>
+          </dependency>
                <dependency>
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-message-adapter-api</artifactId>
@@ -84,7 +88,6 @@
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.8.11.3</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        </exclusions>
                </dependency>
 
-               <!-- DMaaP Client -->
-               <dependency> 
-                       <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> 
-                       <artifactId>dmaapClient</artifactId>
-            <version>${dmaap.client.version}</version>
-            <classifier>jar-with-dependencies</classifier>
-               </dependency>
-
                <dependency>
                        <groupId>org.json</groupId>
                        <artifactId>json</artifactId>                   
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
                </dependency>
+        
+        <dependency>
+                       <groupId>javax.ws.rs</groupId>
+            <artifactId>javax.ws.rs-api</artifactId>
+        </dependency>
        </dependencies>
 
        <build>
                        </plugin>
                </plugins>
        </build>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.7.0-SNAPSHOT</version>
 </project>