Skip to content

Commit

Permalink
support higher version ranges of guice
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsontom committed Apr 11, 2022
1 parent cbe66df commit da29042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/org.eclipse.fx.core.guice/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Bundle-Version: 3.8.0.qualifier
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.inject;version="[1.3.0,2.0.0)",
com.google.inject.spi;version="[1.3.0,2.0.0)",
Import-Package: com.google.inject;version="[1.3.0,6.0.0)",
com.google.inject.spi;version="[1.3.0,6.0.0)",
javax.inject;version="1.0.0",
org.eclipse.fx.core.log;version="3.7.0",
org.osgi.framework;version="1.8.0"
Expand Down

0 comments on commit da29042

Please sign in to comment.