But 1129: Removing hard coded versions from MD-SAL
[controller.git] / opendaylight / md-sal / sal-rest-docgen / pom.xml
index 8954c058116639b6dae8af9227930209fcfdb81e..0c8b4d5a2ada924025aa40ff805d9c4613606e66 100644 (file)
       <artifactId>guava</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+
     <!-- Jax rs -->
     <dependency>
       <groupId>org.jboss.resteasy</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>