aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorJan Høydahl <janhoy@users.noreply.github.com>2017-04-01 07:43:53 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2017-04-01 08:43:53 +0300
commitaef9d3a48699a978650fefa902ad3520aa1b7592 (patch)
tree83c2b535f33059d11e7fbe1aed2dc7ebf1126adf /pf4j/pom.xml
parent9f284467b3660298de7786be448f27577769b0b2 (diff)
downloadpf4j-aef9d3a48699a978650fefa902ad3520aa1b7592.tar.gz
pf4j-aef9d3a48699a978650fefa902ad3520aa1b7592.zip
Fix bug in loadJars() (#131)
Fix bug in load-jars which would not detect jars from lib/ if Path is not absolute Add slf4j-simple logger in test scope for some logging from tests Convert some File usage to Path
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index fe448a5..aeefe49 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -33,6 +33,12 @@
<version>1.7.5</version>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.7.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
<version>0.9.0</version>