BUG-4351: remove commons-lang3 from features 78/29678/3
authorRobert Varga <robert.varga@pantheon.sk>
Fri, 13 Nov 2015 19:13:47 +0000 (20:13 +0100)
committerRobert Varga <robert.varga@pantheon.sk>
Sat, 14 Nov 2015 13:46:52 +0000 (14:46 +0100)
RESTCONF no longer needs it, remove it.

Change-Id: I0f7bdbb210566ab687edbb85cb269a87853b47e0
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
features/restconf/pom.xml
features/restconf/src/main/resources/features.xml

index 2beca2c40f79c31786c715d2a97d438e57341686..74f9ffa80a60021d5027cb2fdc4ba4fef6f2ee51 100644 (file)
       <version>${restconf.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
index 24d66d094d91142238946e5e7ffd36e04902e825..eaaa2b0d24087daf9cae724e367f461487201890 100644 (file)
@@ -20,7 +20,6 @@
     </feature>
 
     <feature name='odl-restconf' version='${project.version}' description="OpenDaylight :: Restconf">
-        <bundle>mvn:org.apache.commons/commons-lang3/${commons.lang3.version}</bundle>
         <feature version='${aaa.version}'>odl-aaa-authn</feature>
         <feature version='${project.version}'>odl-restconf-noauth</feature>
     </feature>