summaryrefslogtreecommitdiffstats
path: root/rest-services/common-dependency/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rest-services/common-dependency/pom.xml')
-rw-r--r--rest-services/common-dependency/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/rest-services/common-dependency/pom.xml b/rest-services/common-dependency/pom.xml
index 0f97ff01..eaeeedc7 100644
--- a/rest-services/common-dependency/pom.xml
+++ b/rest-services/common-dependency/pom.xml
@@ -51,6 +51,10 @@
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file