Add explicit dependencies on junit
[ccsdk/apps.git] / ms / vlantag-api / pom.xml
index 108afc4..4ee6001 100644 (file)
             <groupId>io.swagger</groupId>
             <artifactId>swagger-annotations</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>