Using Guice has no dependencies other than javax.inject. Compiling Guice has a few more dependencies, but just cglib & aopalliance. The extensions each have their own dependencies. Where are you finding that Guice has more dependencies?
sam On Thu, Jun 27, 2013 at 11:07 AM, Francis Galiegue <[email protected]>wrote: > Hello, > > I am considering Guice (3.0) for several of my projects and am starting to > use it on one in particular. However, its dependencies are quite many. > > cglib and javax.inject I can understand; aopalliance, OK (tried without > it, code doesn't run). But what about the rest? What are their roles? > Namely: > > * javax.inject-tck > * bnd > * org.apache.felix.framework > * spring-beans > > What are their role exactly? The documentation does not tell... > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
