Make ListenerAdapter serialize JSON directly
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
index 62b6efcfb634a2ff0bb3d9e06d2ffb5004b6142e..3a5d54ceda96f5a158e7b98e8b8375124ed11303 100644 (file)
       <artifactId>threadpool-config-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.xmlunit</groupId>
+      <artifactId>xmlunit-assertj</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.javacrumbs.json-unit</groupId>
+      <artifactId>json-unit-assertj</artifactId>
+      <version>2.18.1</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>