summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/slice-analysis-ms/pom.xml')
-rw-r--r--components/slice-analysis-ms/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/pom.xml b/components/slice-analysis-ms/pom.xml
index f8eb7fa6..08028404 100644
--- a/components/slice-analysis-ms/pom.xml
+++ b/components/slice-analysis-ms/pom.xml
@@ -140,6 +140,12 @@
<version>2.11.0</version>
</dependency>
<dependency>
+ <groupId>net.javacrumbs.json-unit</groupId>
+ <artifactId>json-unit-assertj</artifactId>
+ <version>2.14.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.0</version>
@@ -192,6 +198,11 @@
<version>2.21.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.openpojo</groupId>
+ <artifactId>openpojo</artifactId>
+ <version>0.8.10</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>