On 27 Jun 2013, at 16:15, Stuart McCulloch wrote: > On 27 Jun 2013, at 16:07, Francis Galiegue 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;
^ also note that you don't need cglib, it is packaged inside the final guice.jar The runtime dependencies for Guice 3.0 are just javax.inject and aopalliance >> 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... > > Those are all internal test dependencies, they are not required when using > Guice. BTW, where did you compile this list from? -- 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.
