Add jersey-client to odl-jersey-1 72/70972/2
authorStephen Kitt <skitt@redhat.com>
Mon, 16 Apr 2018 09:34:58 +0000 (11:34 +0200)
committerStephen Kitt <skitt@redhat.com>
Tue, 17 Apr 2018 07:45:48 +0000 (09:45 +0200)
The Jersey feature needs to include the client.

Change-Id: Ifa9d3d5a7b6ffe46bb4c20c68740178b85cbecbc
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/odl-jersey-1/pom.xml
features/odl-jersey-1/src/main/history/dependencies.xml

index a654cb154ecc43428f2f47a596bdfb337e820f82..ea8039409d58b8f10c5d8dad7df973e6cc988168 100644 (file)
@@ -33,7 +33,7 @@
     <dependencies>
         <dependency>
             <groupId>com.sun.jersey</groupId>
-            <artifactId>jersey-core</artifactId>
+            <artifactId>jersey-client</artifactId>
         </dependency>
         <dependency>
             <groupId>com.sun.jersey</groupId>
index 37663e3761bcdf26fdb7b9131e6294777c780a62..78d26ad05b3c499ece5b89f1a403572ef38d09c5 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="odl-jersey-1">
     <feature version="0.0.0">
+        <bundle>mvn:com.sun.jersey/jersey-client/1.19.4</bundle>
         <bundle>mvn:com.sun.jersey/jersey-core/1.19.4</bundle>
         <bundle>mvn:com.sun.jersey/jersey-server/1.19.4</bundle>
         <bundle>mvn:com.sun.jersey/jersey-servlet/1.19.4</bundle>