Bump versions to 7.0.6-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-access-api / pom.xml
index 114106fdac6af723df3d31fc14a7847eae849082..5d0716d5c6cb6d3408e2a49859b666b308b1e5f8 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>6.0.3-SNAPSHOT</version>
+        <version>7.0.6-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
         </dependency>
 
         <!-- Testing dependencies -->
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>
             <groupId>com.typesafe.akka</groupId>
             <artifactId>akka-testkit_2.13</artifactId>
         </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>