Clean up pom.xml files of maven projects
[transportpce.git] / tapimodels / pom.xml
index 7dff629c28a4fd8797a40e7c6b74cd389b7f9b45..8ef00a52766b50000622cb9af7cb8855f7381e20 100644 (file)
@@ -21,4 +21,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <version>5.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>concepts</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
+  </dependencies>
 </project>