diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF/MANIFEST.MF index ff9fd9854..81b2ae7e6 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash.docker/META-INF/MANIFEST.MF @@ -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 diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF index 7c4d07e44..9b05a736b 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.dash/META-INF/MANIFEST.MF @@ -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 diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF index f9ecb334e..2cb710af9 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot/META-INF/MANIFEST.MF @@ -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, diff --git a/eclipse-extensions/org.springframework.ide.eclipse.buildship30/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.buildship30/META-INF/MANIFEST.MF index 760db59ce..6220e4b2b 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.buildship30/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.buildship30/META-INF/MANIFEST.MF @@ -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