diff options
-rw-r--r-- | ms/neng/pom.xml | 5 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index ef3f5a55..4734ba9a 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -355,6 +355,11 @@ <artifactId>utils-provider</artifactId> <version>${ccsdk.sli.version}</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 108afc47..4ee6001d 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -90,6 +90,12 @@ <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> |