Merge "Bump versions of config-subsystem and netconf-subsystem to 0.2.3-SNAPSHOT...
[controller.git] / opendaylight / config / threadpool-config-impl / pom.xml
index 12279781a24ea1e771932baa01525f54bca9aba2..cde64363cfe4454c1ca6184ff6e3c81efef520e4 100644 (file)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-subsystem</artifactId>
-      <version>0.2.2-SNAPSHOT</version>
+      <version>0.2.3-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>threadpool-config-impl</artifactId>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
       </dependency>
+
+      <!--test dependencies -->
+      <dependency>
+         <groupId>org.opendaylight.controller</groupId>
+         <artifactId>config-manager</artifactId>
+         <scope>test</scope>
+         <type>test-jar</type>
+      </dependency>
+      <dependency>
+         <groupId>org.opendaylight.controller</groupId>
+         <artifactId>config-manager</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.opendaylight.controller</groupId>
+         <artifactId>config-util</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.opendaylight.bgpcep</groupId>
+         <artifactId>mockito-configuration</artifactId>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
 
    <build>
@@ -73,4 +96,4 @@
       </plugins>
    </build>
 
-</project>
\ No newline at end of file
+</project>