diff options
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 10c4b05..183c10e 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -32,6 +32,12 @@ <artifactId>slf4j-api</artifactId> <version>1.6.4</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.8.1</version> + <scope>test</scope> + </dependency> </dependencies> </project> |