Cleanup of dmaap adapter
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / pom.xml
index 188d3e7..a40453d 100644 (file)
        <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>