diff --git a/Ghidra/Features/Base/Module.manifest b/Ghidra/Features/Base/Module.manifest index f4e69ef355..87da94b502 100644 --- a/Ghidra/Features/Base/Module.manifest +++ b/Ghidra/Features/Base/Module.manifest @@ -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.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 diff --git a/Ghidra/Features/Base/build.gradle b/Ghidra/Features/Base/build.gradle index d48e006283..190c82e56e 100644 --- a/Ghidra/Features/Base/build.gradle +++ b/Ghidra/Features/Base/build.gradle @@ -30,7 +30,8 @@ dependencies { compile 'org.apache.felix:org.apache.felix.main:6.0.3' compile 'org.apache.felix:org.apache.felix.fileinstall:3.6.4' 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"