adjust more manifests to import-package the correct apache commons packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user