adjust more manifests to import-package the correct apache commons packages

This commit is contained in:
Martin Lippert
2023-11-16 17:02:06 +01:00
parent 14f420433e
commit 9ebea016ed
4 changed files with 8 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ Require-Bundle: org.springframework.ide.eclipse.boot.dash,
org.eclipse.linuxtools.docker.core;resolution:=optional
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.osgi.framework
org.osgi.framework,
org.apache.commons.io
Export-Package: org.springframework.ide.eclipse.boot.dash.docker.runtarget,
org.springframework.ide.eclipse.boot.dash.docker.ui

View File

@@ -82,5 +82,7 @@ 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,
org.apache.commons.lang3.tuple
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash

View File

@@ -47,7 +47,8 @@ Export-Package: org.springframework.ide.eclipse.boot.core,
org.springframework.ide.eclipse.boot.ui.preferences,
org.springframework.ide.eclipse.boot.util,
org.springframework.ide.eclipse.boot.util.version
Import-Package: org.apache.commons.lang;version="2.6.0",
Import-Package: org.apache.commons.lang3,
org.apache.commons.io,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.core.runtime.preferences,

View File

@@ -19,6 +19,7 @@ Require-Bundle: org.eclipse.core.runtime,
com.google.guava,
org.springsource.ide.eclipse.commons.livexp,
org.springframework.ide.eclipse.boot;bundle-version="3.9.12"
Import-Package: org.apache.commons.io
Bundle-ClassPath: gradle-plugin/sts-gradle-model-plugin.jar,
.
Bundle-Activator: org.springframework.ide.eclipse.buildship30.Buildship30Plugin