Clean up dependencies
[mdsal.git] / model / l2-types / pom.xml
index 76c784e44b3a5e6bb7b2019eff2280f63bdd398d..d896ed2618be0c0d2cfdd27ce4be2bbcb35e2e69 100644 (file)
     <version>2013.08.27.24.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
+    <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>