From d1e1dcf3dc92c490ce3c037c069f917708ba1c06 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 27 Nov 2023 16:05:18 +0100 Subject: [PATCH] replace bundle dependency with package import for javax.inject --- .../META-INF/MANIFEST.MF | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF/MANIFEST.MF b/eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF/MANIFEST.MF index bd61e121b..b66675ec5 100644 --- a/eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF/MANIFEST.MF +++ b/eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF/MANIFEST.MF @@ -29,8 +29,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.compare, org.eclipse.core.contenttype, org.springframework.ide.eclipse.maven.pom, - org.eclipse.core.expressions, - javax.inject + org.eclipse.core.expressions Bundle-Activator: org.springframework.ide.eclipse.boot.wizard.BootWizardActivator Bundle-ActivationPolicy: lazy Export-Package: org.springframework.ide.eclipse.boot.wizard, @@ -49,5 +48,6 @@ Import-Package: org.eclipse.core.runtime, org.apache.commons.codec.binary, org.apache.commons.lang3, org.eclipse.osgi.util, - org.osgi.framework + org.osgi.framework, + javax.inject Automatic-Module-Name: org.springframework.ide.eclipse.boot.wizard