Bug 5526 - Remove jersey from features for restconf 89/36989/33
authorJakub Toth <jatoth@cisco.com>
Thu, 31 Mar 2016 14:26:22 +0000 (16:26 +0200)
committerJakub Toth <jatoth@cisco.com>
Thu, 5 May 2016 18:27:22 +0000 (18:27 +0000)
  * Jersey initialization is in the AAA project

Change-Id: I52c9ee5c481fa843915821cd4d295363c5634ea9
Signed-off-by: Jakub Toth <jatoth@cisco.com>
features/restconf/src/main/features/features.xml

index 77366b825e3b834b8d5873c387c0fd252166e2cb..2855b6176c9b83964253a4907b5bff3b0305e45d 100644 (file)
@@ -37,9 +37,6 @@
         <bundle>mvn:com.google.code.gson/gson/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.yangtools/yang-data-codec-gson/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.yangtools/yang-model-export/{{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>
         <configfile finalname="${config.configfile.directory}/${config.restconf.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/config</configfile>
         <configfile finalname="${config.configfile.directory}/${config.restconf.service.configfile}">mvn:org.opendaylight.netconf/sal-rest-connector-config/{{VERSION}}/xml/configrestconfservice</configfile>
     </feature>