Change parent version
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-features / onap-appc-dmaap-adapter / pom.xml
index 0ba4d65..edb9ee5 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>2.5.0</version>
         <relativePath />
     </parent>
 
@@ -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> -->