remove org.apache.felix.main dependency

This commit is contained in:
Jason P. Leasure 2020-04-29 15:36:13 -04:00
parent 4911e0814a
commit 8fc9240eda
3 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
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.framework-6.0.3.jar Apache License 2.0
MODULE FILE LICENSE: lib/animal-sniffer-annotations-1.9.jar MIT
MODULE FILE LICENSE: lib/org.osgi.core-5.0.0.jar Apache License 2.0

View file

@ -27,7 +27,6 @@ dependencies {
compile project(':Help')
compile 'org.apache.felix:org.apache.felix.framework:6.0.3'
compile 'org.apache.felix:org.apache.felix.main:6.0.3'
compile 'com.github.rotty3000:phidias:0.3.7'
compile 'biz.aQute.bnd:biz.aQute.bndlib:5.0.0'
compile 'org.slf4j:slf4j-api:1.7.25'

View file

@ -29,7 +29,6 @@ import java.util.stream.*;
import org.apache.felix.framework.FrameworkFactory;
import org.apache.felix.framework.util.FelixConstants;
import org.apache.felix.framework.util.manifestparser.ManifestParser;
import org.apache.felix.main.AutoProcessor;
import org.osgi.framework.*;
import org.osgi.framework.launch.Framework;
import org.osgi.framework.wiring.*;
@ -334,7 +333,6 @@ public class BundleHost {
throw new OSGiException("initializing felix OSGi framework", e);
}
bc = felix.getBundleContext();
AutoProcessor.process(config, bc);
ServiceReference<LogReaderService> ref = bc.getServiceReference(LogReaderService.class);
if (ref != null) {