Skip to content

Commit 47ee498

Browse files
committed
add dependency to javax.inject bundle to deal with missig package in newer JDKs
1 parent 5b96645 commit 47ee498

File tree

1 file changed

+2
-1
lines changed
  • eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF

1 file changed

+2
-1
lines changed

eclipse-extensions/org.springframework.ide.eclipse.boot.wizard/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Require-Bundle: org.eclipse.ui,
3434
org.eclipse.compare,
3535
org.eclipse.core.contenttype,
3636
org.springframework.ide.eclipse.maven.pom,
37-
org.eclipse.core.expressions
37+
org.eclipse.core.expressions,
38+
javax.inject
3839
Bundle-Activator: org.springframework.ide.eclipse.boot.wizard.BootWizardActivator
3940
Bundle-ActivationPolicy: lazy
4041
Export-Package: org.springframework.ide.eclipse.boot.wizard,

0 commit comments

Comments
 (0)