aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/common-dependency/pom.xml
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2019-03-05 15:38:34 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2019-03-05 15:46:44 +0100
commit1fd180123cc487e1f575c1351536b74e44422380 (patch)
tree33bd138d3b91515da516af46636f188464f1361c /rest-services/common-dependency/pom.xml
parent47ffd5638c8799186a49683f6b4e4bd126a02214 (diff)
add junit tests
Change-Id: I6b7c80dbdd6043842777f950f215317ff063aeab Issue-ID: DCAEGEN2-1310 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
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