Add JSON assert dependency
[transportpce.git] / nbinotifications / pom.xml
index 650ba41d10287da6b54398395e29904ff7f92e41..fb3b39a042cbfb7cf8ad8838f86604bb2d97d98c 100644 (file)
       <artifactId>jackson-databind</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.skyscreamer</groupId>
+      <artifactId>jsonassert</artifactId>
+      <version>1.5.1</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>