Add bundles-diag
[odlparent.git] / features-test-plugin / pom.xml
index 0156edc7deb8db40304a4ef9b84981f1f419a405..13f617c0b96da33386f8211be6270899ddd618e0 100644 (file)
             <artifactId>org.apache.karaf.bundle.core</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>bundles-diag</artifactId>
+            <scope>compile</scope>
+        </dependency>
 
         <!-- junit 4 @Test annotation is required for junit probe invoker -->
         <dependency>