How to configure the Maven dependency for Guice 3.0 for use without AOP?
问题 I have an Android Maven project and want to use Google Guice 3.0 in it. There is a "No-AOP" version of Guice, which is compatible with Android. How can I tell maven to use the "No-AOP" version of guice? Update 1 (03.05.2013 10:46 MSK): When I add the dependency on Google Guice, I get following exception during the build ( mvn clean install ): [INFO] UNEXPECTED TOP-LEVEL EXCEPTION: [INFO] java.lang.IllegalArgumentException: already added: Lcom/google/inject/Abs tractModule; [INFO] at com