Merge "Remove unused jersey dependencies in RESTCONF and yanglib features"
authorTomas Cere <tcere@cisco.com>
Tue, 10 May 2016 08:48:48 +0000 (08:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 10 May 2016 08:48:48 +0000 (08:48 +0000)
features/restconf/pom.xml
features/yanglib/pom.xml
features/yanglib/src/main/features/features.xml

index 72b7ff4ebe7cfd0bd414d7d162280bc6f5f6f4d2..30ad4c15f86dd34ad7a81887e5696f3cc7390c27 100644 (file)
       <artifactId>gson</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-server</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-servlet</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>sal-rest-connector-config</artifactId>
index bd65f1ffebb41a24f4133bc41394c902284f803c..002de184e104af707e46dfe12c8990fe05433c10 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>yanglib</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.sun.jersey</groupId>
-            <artifactId>jersey-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.jersey</groupId>
-            <artifactId>jersey-server</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.jersey</groupId>
-            <artifactId>jersey-servlet</artifactId>
-        </dependency>
     </dependencies>
 
     <scm>
         <tag>HEAD</tag>
         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
     </scm>
-</project>
\ No newline at end of file
+</project>
index e08af12014578605cc4cadde8f8bf7ee730a8e03..81ccb4954eb32394a9d4ef1986ad0e4bb67b9e1f 100644 (file)
@@ -24,8 +24,5 @@
         <bundle>mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}}</bundle>
         <feature>war</feature>
         <bundle>mvn:org.opendaylight.netconf/ietf-netconf-yang-library/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-core/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-server/{{VERSION}}</bundle>
-        <bundle>mvn:com.sun.jersey/jersey-servlet/{{VERSION}}</bundle>
     </feature>
 </features>