Clean up dependencies
[mdsal.git] / model / ietf / rfc8040 / pom.xml
index 73dcf1633f4d7eae42b559ad428f634ee4b4a4a8..563a66fc985c207a74c0befac830e973f7856086 100644 (file)
     <name>${project.artifactId}</name>
     <description>RFC8040 RESTCONF Protocol</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>