mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
use bndlib instead of bnd jar, update to 5.0.0.
This commit is contained in:
parent
f7c26a3e20
commit
892b9a494a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue