Clean up dependencies
[mdsal.git] / model / ietf / rfc7952 / pom.xml
index 47bb84c48182b397c4e0bb2a64c3257566f1fb57..6309e3efbb3cc7f197b98e3200d047d52eda19e4 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC7952 YANG Metadata</description>
 
+    <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</artifactId>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>