Implement new method to convert SvcLogicContext to JSON
[ccsdk/sli/core.git] / sli / common / pom.xml
index 16efd0e..efc66aa 100755 (executable)
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.skyscreamer</groupId>
+            <artifactId>jsonassert</artifactId>
+            <version>1.5.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>