Add back bundles 77/83077/2
authorPatrick Brady <patrick.brady@att.com>
Fri, 22 Mar 2019 22:05:06 +0000 (15:05 -0700)
committerTakamune Cho <takamune.cho@att.com>
Sat, 23 Mar 2019 00:11:53 +0000 (00:11 +0000)
The newest ccsdk update removed some bundles that
were required by appc. This adds bundle entries to
bring up those bundles.

Change-Id: I5ff802ee4837d1a5a6bcaffcb0805e41d95d6918
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: CCSDK-1156

appc-adapters/appc-dmaap-adapter/appc-dmaap-adapter-features/onap-appc-dmaap-adapter/pom.xml

index 0ba4d65..f921940 100644 (file)
@@ -66,6 +66,14 @@ limitations under the License.
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-servlet</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.sun.jersey</groupId>
+            <artifactId>jersey-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.ws.rs</groupId>
+            <artifactId>jsr311-api</artifactId>
+        </dependency>
 <!--         <dependency> -->
 <!--             <groupId>org.glassfish.jersey.core</groupId> -->
 <!--             <artifactId>jersey-server</artifactId> -->