Merge "Bump versions of config-subsystem and netconf-subsystem to 0.2.3-SNAPSHOT...
[controller.git] / opendaylight / config / threadpool-config-impl / pom.xml
index e265604d7c9c5d754c7002421191a1922621bbbf..cde64363cfe4454c1ca6184ff6e3c81efef520e4 100644 (file)
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
       </dependency>
          <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>
    </dependencies>
 
    <build>
@@ -73,4 +96,4 @@
       </plugins>
    </build>
 
       </plugins>
    </build>
 
-</project>
\ No newline at end of file
+</project>