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:
@@ -28,7 +28,8 @@ Import-Package: org.eclipse.core.commands.common,
|
||||
org.springsource.ide.eclipse.commons.core,
|
||||
org.springsource.ide.eclipse.commons.core.util,
|
||||
org.springsource.ide.eclipse.commons.frameworks.core.util,
|
||||
org.springsource.ide.eclipse.commons.ui
|
||||
org.springsource.ide.eclipse.commons.ui,
|
||||
org.apache.commons.io
|
||||
Bundle-Activator: org.springframework.ide.eclipse.xml.namespaces.SpringXmlNamespacesPlugin
|
||||
Bundle-Version: 4.21.0.qualifier
|
||||
Export-Package: org.springframework.ide.eclipse.xml.namespaces,
|
||||
@@ -40,5 +41,4 @@ Export-Package: org.springframework.ide.eclipse.xml.namespaces,
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: com.google.guava,
|
||||
io.projectreactor.reactor-core;bundle-version="3.1.9",
|
||||
org.reactivestreams.reactive-streams;bundle-version="1.0.2",
|
||||
org.apache.commons.io;bundle-version="2.8.0"
|
||||
org.reactivestreams.reactive-streams;bundle-version="1.0.2"
|
||||
|
||||
Reference in New Issue
Block a user