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

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