add dependency to javax.inject bundle to deal with missig package in newer JDKs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user