diff options
Diffstat (limited to 'appc-inbound/appc-interfaces-service/bundle/pom.xml')
-rw-r--r-- | appc-inbound/appc-interfaces-service/bundle/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index dcb0b385a..8cfd0d6de 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -82,7 +82,12 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>config-api</artifactId> |