diff options
author | Jan Høydahl <janhoy@users.noreply.github.com> | 2017-04-06 17:41:12 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2017-04-06 18:41:12 +0300 |
commit | 28e716c71e5ced72c8a5e100e86072d641383a82 (patch) | |
tree | d5da87df3cdcc8fd12999ad548309b003c10052c /pf4j/pom.xml | |
parent | 39ef17a075a689f5931cd108edaedbb04feeb01f (diff) | |
download | pf4j-28e716c71e5ced72c8a5e100e86072d641383a82.tar.gz pf4j-28e716c71e5ced72c8a5e100e86072d641383a82.zip |
New LoadPluginsTest (#141)
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index aeefe49..6343772 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -34,7 +34,7 @@ </dependency> <dependency> <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> + <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> <scope>test</scope> </dependency> |