bineanzhou / google-guice

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

Guice dependencies not specified correctly in maven pom #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Guice's dependency on the aopalliance jar is listed in guice maven pom
inside the dependencyManagement element but is not listed outside of it in
a top-level dependencies element.  This causes maven projects which declare
a dependency on guice to transatively resolve the aopalliance jar and
causes a class not found exception in client programs which work in a way
that require the aopalliance classes.

Original issue reported on code.google.com by rfciii on 24 Jun 2008 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 31 Dec 2008 at 12:20

GoogleCodeExporter commented 9 years ago
Maven 1.0 POMs have been rewritten in the maven-1.0 branch.  

Original comment by gk5...@gmail.com on 26 May 2009 at 3:03