Ignore feature conditions
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / pom.xml
index d575f35dc805664ba8f0d63ed6aa050f72c22faa..9eb171d20f7dbb2bf558674488b5c504ffba366a 100644 (file)
@@ -48,6 +48,8 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
+      <version>3.1.1</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
@@ -58,6 +60,7 @@
     <dependency>
       <groupId>net.sourceforge.pmd</groupId>
       <artifactId>pmd</artifactId>
+      <version>5.1.0</version>
       <scope>test</scope>
     </dependency>
 
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-test-util</artifactId>
+    </dependency>
+
   </dependencies>
 
 </project>