Merge "Switch to using yangtools version of mockito-configuration"
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / pom.xml
index 1d53f58d5c79bcbf633c3fe84586f69ab54dc251..21e728c41f4fbd4f16eb7af3b5145fecfa2d9c5e 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>config-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>0.2.2-SNAPSHOT</version>
+        <version>0.2.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>yang-jmx-generator-plugin</artifactId>
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
-            <scope>test</scope>
         </dependency>
 
         <dependency>