From 47ee4981ba7161cc7b7210d21abf5ebeb8532ff5 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 25 Oct 2021 22:22:24 +0200 Subject: [PATCH] add dependency to javax.inject bundle to deal with missig package in newer JDKs --- .../META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 0daebba0d..019d5d89c 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 @@ -34,7 +34,8 @@ Require-Bundle: org.eclipse.ui, org.eclipse.compare, org.eclipse.core.contenttype, org.springframework.ide.eclipse.maven.pom, - org.eclipse.core.expressions + org.eclipse.core.expressions, + javax.inject Bundle-Activator: org.springframework.ide.eclipse.boot.wizard.BootWizardActivator Bundle-ActivationPolicy: lazy Export-Package: org.springframework.ide.eclipse.boot.wizard,