Added more tests for Bucket store
[controller.git] / opendaylight / md-sal / sal-rest-docgen / pom.xml
index 79a3434c497e2e3773a75cdaf7238f4cbf0a3b97..1141e1d72e212204ed21ffcf725e4226835e427b 100644 (file)
@@ -36,8 +36,6 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.3.2</version>
-      <!--$NO-MVN-MAN-VER$ -->
     </dependency>
 
     <!-- Jax rs -->
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yang-data-api</artifactId>
+    </dependency>
   </dependencies>
 
   <build>