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:
Martin Lippert
2023-11-16 15:37:20 +01:00
parent 741df4ee03
commit effb95f1a7
19 changed files with 21 additions and 38 deletions

View File

@@ -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"