use bndlib instead of bnd jar, update to 5.0.0.

This commit is contained in:
Jason P. Leasure 2020-03-16 13:31:23 -04:00
parent f7c26a3e20
commit 892b9a494a
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
MODULE FILE LICENSE: lib/biz.aQute.bnd-4.3.0.jar Apache License 2.0 MODULE FILE LICENSE: lib/biz.aQute.bndlib-5.0.0.jar Apache License 2.0
MODULE FILE LICENSE: lib/slf4j-api-1.7.25.jar MIT
MODULE FILE LICENSE: lib/org.apache.felix.main-6.0.3.jar Apache License 2.0 MODULE FILE LICENSE: lib/org.apache.felix.main-6.0.3.jar Apache License 2.0
MODULE FILE LICENSE: lib/org.apache.felix.fileinstall-3.6.4.jar Apache License 2.0 MODULE FILE LICENSE: lib/org.apache.felix.fileinstall-3.6.4.jar Apache License 2.0
MODULE FILE LICENSE: lib/org.apache.felix.framework-6.0.3.jar Apache License 2.0 MODULE FILE LICENSE: lib/org.apache.felix.framework-6.0.3.jar Apache License 2.0

View file

@ -30,7 +30,8 @@ dependencies {
compile 'org.apache.felix:org.apache.felix.main:6.0.3' compile 'org.apache.felix:org.apache.felix.main:6.0.3'
compile 'org.apache.felix:org.apache.felix.fileinstall:3.6.4' compile 'org.apache.felix:org.apache.felix.fileinstall:3.6.4'
compile 'com.github.rotty3000:phidias:0.3.7' compile 'com.github.rotty3000:phidias:0.3.7'
compile 'biz.aQute.bnd:biz.aQute.bnd:4.3.0' compile 'biz.aQute.bnd:biz.aQute.bndlib:5.0.0'
compile 'org.slf4j:slf4j-api:1.7.25'
compileOnly "junit:junit:4.12" compileOnly "junit:junit:4.12"