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

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