Optimization - calculate the subnet prefix only once.
[controller.git] / opendaylight / config / yang-jmx-generator / pom.xml
index c312cc849351587096c871c5edefe9bd25954efd..b5069a1661bfa801a00349a194ba30a5fecb19a4 100644 (file)
@@ -33,9 +33,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>commons-lang3</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>binding-type-provider</artifactId>
+        </dependency>
     </dependencies>
 
     <build>