google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

guice-assistedinject 2.0 OSGi bundle incorrectly depends on guice versions < 2.0 #397

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Import-Package: com.google.inject;version="[1.2,2)",com.google.inject.
 assistedinject;version="[1.2,2)",com.google.inject.binder;version="[1
 .2,2)",com.google.inject.internal;version="[1.2,2)",com.google.inject
 .spi;version="[1.2,2)",com.google.inject.util;version="[1.2,2)"

it should be [1.2,2] at least

Original issue reported on code.google.com by skav...@gmail.com on 29 Jun 2009 at 8:29

GoogleCodeExporter commented 9 years ago
please close it. the versions are correct, the issue is different. 
assistedinject 
imports com.google.inject.internal which is not exported by guice.

Original comment by skav...@gmail.com on 30 Jun 2009 at 7:11

GoogleCodeExporter commented 9 years ago
Closing issue as requested.

Original comment by mccu...@gmail.com on 16 Oct 2009 at 11:11