Fix mdsal-binding-test-model maven warning 17/100817/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Apr 2022 12:57:19 +0000 (14:57 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 26 Apr 2022 15:07:14 +0000 (15:07 +0000)
We are using two dependencies without declaring them, fix that up.

Change-Id: Ifd71d0b5c7768107e004d3c851369d404fc8cbba
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-test-model/pom.xml

index 4e0b23e16988008c5b9125abbb124972736a6958..59ae2361bc5988ea89ef7724e8a01b3b5924b296 100644 (file)
     </properties>
 
     <dependencies>
+        <dependency>
+            <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.model</groupId>
             <artifactId>yang-ext</artifactId>