add dependency to javax.inject bundle to deal with missig package in newer JDKs

This commit is contained in:
Martin Lippert
2021-10-25 22:22:24 +02:00
parent 5b96645292
commit 47ee4981ba

View File

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