Merge "BUG-532: implemented copy constructor for generated builder classes."
[yangtools.git] / code-generator / binding-java-api-generator / pom.xml
index 215523672e66c2a8e14c4573f1059c53a49933dd..871e57b7ac6b7ebdd02ba8f11cdaeace31efdb13 100644 (file)
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-slf4j-logging</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
     </dependencies>
 
 </project>