clean up dependencies on apache commons libs and move those dependencies to impoort-package where necessary to be prepared for bundle symbolic name changes coming up
This commit is contained in:
@@ -21,7 +21,6 @@ Require-Bundle: org.eclipse.ui,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
|
||||
org.reactivestreams.reactive-streams;bundle-version="1.0.0",
|
||||
org.apache.commons.lang3,
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
javax.inject
|
||||
Bundle-ActivationPolicy: lazy
|
||||
@@ -50,4 +49,5 @@ Import-Package: org.eclipse.core.runtime,
|
||||
com.google.gson,
|
||||
com.google.gson.annotations,
|
||||
com.google.gson.reflect,
|
||||
com.google.gson.stream
|
||||
com.google.gson.stream,
|
||||
org.apache.commons.lang3
|
||||
|
||||
Reference in New Issue
Block a user