Remove mdsal-binding-generator-api's dependency on yang-binding 38/93638/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Nov 2020 17:25:42 +0000 (18:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Nov 2020 18:55:29 +0000 (19:55 +0100)
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>
(cherry picked from commit 82d33655dd798cc40e8b8241279cde4f4fe5b978)

binding/mdsal-binding-generator-api/pom.xml
binding/mdsal-binding-runtime-api/pom.xml

index fb250859e121d07582630c7d70756fc7498ed643..efb527dd10398a1217fa255c571e949f53766110 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 86c73550307c1e4fa46336f94d5b5f7425bee12d..737108fcf631705e65fed6934f30b6b7a87e9c77 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>