Changed to unmaintained
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / pom.xml
index 0f516dd..b2e2d4e 100644 (file)
@@ -24,8 +24,8 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.7.0-SNAPSHOT</version>
-                <relativePath />
+               <version>2.7.2</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>
                        </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>
                </plugins>
        </build>
        <version>1.7.0-SNAPSHOT</version>
-</project>
\ No newline at end of file
+</project>