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 /pf4j/pom.xml | |
parent | 01d592622ec74bc6cd921cb5b2b6f7f35d6939db (diff) | |
download | pf4j-153c7b332627e3ea0b06d9d8a6d52b8373e6c2db.tar.gz pf4j-153c7b332627e3ea0b06d9d8a6d52b8373e6c2db.zip |
Optional plugin dependencies (#270)
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 241d5ec..26ab06f 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -44,6 +44,12 @@ <version>0.9.0</version> </dependency> <dependency> + <groupId>org.ow2.asm</groupId> + <artifactId>asm</artifactId> + <version>${asm.version}</version> + <optional>true</optional> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> |