Remove mdsal-binding-util from features because it's only a pom file 00/46100/1
authorColin Dixon <colin@colindixon.com>
Tue, 20 Sep 2016 20:19:52 +0000 (16:19 -0400)
committerColin Dixon <colin@colindixon.com>
Thu, 22 Sep 2016 20:40:18 +0000 (20:40 +0000)
Change-Id: I2271c644416d75223858a79796343770e7ee073e
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 2483a3622d0e9b395cc4c114ed56a2176b966756)

common/features/pom.xml
common/features/src/main/features/features.xml

index 5e830dcddca05e5d816f3baff85dd77216704f36..0ba702ebb8faa147f00bb0d9488229b96d2a72f2 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>mdsal-binding-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}.model</groupId>
             <artifactId>yang-ext</artifactId>
index 9c0b17f5f1a592fe501adbdff83ea69c9c946bff..f328c2043d0850651c20dcdc5df360188ee94295 100644 (file)
@@ -68,7 +68,6 @@
         <feature version='${project.version}'>odl-mdsal-binding-base</feature>
         <bundle>mvn:org.opendaylight.mdsal.model/general-entity/{{VERSION}}</bundle>
         <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-api/{{VERSION}}</bundle>
-        <bundle>mvn:org.opendaylight.mdsal/mdsal-binding-util/{{VERSION}}</bundle>
     </feature>
 
     <feature name='odl-mdsal-binding-dom-adapter' version='${project.version}' description='OpenDaylight :: MD-SAL :: Binding Generator'>