diff options
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r-- | prh-commons/pom.xml | 11 |
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 |