diff options
author | Andreas Rudolph <andy@openindex.de> | 2019-01-11 15:04:17 +0100 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-01-11 16:04:17 +0200 |
commit | 153c7b332627e3ea0b06d9d8a6d52b8373e6c2db (patch) | |
tree | 36d0b2ec3df60de43602f03f42b0f020668c7c28 /pom.xml | |
parent | 01d592622ec74bc6cd921cb5b2b6f7f35d6939db (diff) | |
download | pf4j-153c7b332627e3ea0b06d9d8a6d52b8373e6c2db.tar.gz pf4j-153c7b332627e3ea0b06d9d8a6d52b8373e6c2db.zip |
Optional plugin dependencies (#270)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.7</java.version> <slf4j.version>1.7.25</slf4j.version> + <asm.version>7.0</asm.version> <junit.version>4.12</junit.version> <mockito.version>2.0.28-beta</mockito.version> |