Cleanup models/rfc6470 dependencies 54/101854/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Jul 2022 15:18:20 +0000 (17:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 17 Jul 2022 15:18:20 +0000 (17:18 +0200)
We have both unused and used dependencies, clean them up.

Change-Id: Ia0bcf3b3bf882b0bc49da87acdd3324422dc38b3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/rfc6470/pom.xml

index 422e8d3c09101eee5636d3ba5e9a866082614b97..1e71ca9eb917ab186d6dd3e545557a0f7e206ace 100644 (file)
 
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991-ietf-inet-types</artifactId>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991-ietf-yang-types</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf.model</groupId>