summaryrefslogtreecommitdiffstats
path: root/prh-commons/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-05-14 16:52:05 +0200
committerpwielebs <piotr.wielebski@nokia.com>2018-05-14 17:40:32 +0200
commit0a42016657086debbf41eba82d9f8cc0da6b7d80 (patch)
treedcb7e17c33760f2d87ed65e3e22740a04c996385 /prh-commons/pom.xml
parent21c5efca0e8aef7f53b9bf6c2d6e6283de23e234 (diff)
Unit class added
Change-Id: I7a11d1ff3aa38b6262635eead40cb737905de558 Issue-ID: DCAEGEN2-451 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r--prh-commons/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index fdfb6d66..00f72475 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -29,5 +29,16 @@
<artifactId>gson</artifactId>
</dependency>
+ <!-- TEST DEPENDENCIES-->
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file