diff options
author | Jan Høydahl <janhoy@users.noreply.github.com> | 2017-04-01 07:43:53 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2017-04-01 08:43:53 +0300 |
commit | aef9d3a48699a978650fefa902ad3520aa1b7592 (patch) | |
tree | 83c2b535f33059d11e7fbe1aed2dc7ebf1126adf /pf4j/pom.xml | |
parent | 9f284467b3660298de7786be448f27577769b0b2 (diff) | |
download | pf4j-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.xml | 6 |
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> |