Add explicit dependencies on junit
[ccsdk/apps.git] / ms / neng / pom.xml
index ef3f5a5..4734ba9 100644 (file)
             <artifactId>utils-provider</artifactId>
             <version>${ccsdk.sli.version}</version>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>