Remove mdsal-binding-generator-api's dependency on yang-binding 33/93633/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Nov 2020 17:25:42 +0000 (18:25 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 6 Nov 2020 18:53:30 +0000 (18:53 +0000)
mdsal-binding-generator-api is a standalone API with no requirement
on yang-binding. Remove the dependency.

Change-Id: If05da0b14fd65ba0aa34dcc024401d175df88652
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator-api/pom.xml
binding/mdsal-binding-runtime-api/pom.xml

index ee5f3ba4de6183605252b52467c57b6042b901c1..e8e7444c821f04e10af46a1c312641fca98aeba4 100644 (file)
@@ -24,9 +24,5 @@
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>yang-binding</artifactId>
-        </dependency>
     </dependencies>
 </project>
index ee75a469e3c3602733d74928a06c946d9d880fef..4af13949d066a6a397fedefde1e15798960599d2 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-generator-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>yang-binding</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>