Updated to org.eclipse.sisu.plexus:0.0.0.M3
Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/ec181dc6 Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/ec181dc6 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/ec181dc6 Branch: refs/heads/master Commit: ec181dc661697cf1f31ca595d977f9f722c2965f Parents: f97cf33 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Sat Jun 22 12:19:45 2013 +0200 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Sat Jun 22 12:19:45 2013 +0200 ---------------------------------------------------------------------- aether-demo-snippets/pom.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/ec181dc6/aether-demo-snippets/pom.xml ---------------------------------------------------------------------- diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml index 534cc3b..c91d19e 100644 --- a/aether-demo-snippets/pom.xml +++ b/aether-demo-snippets/pom.xml @@ -97,25 +97,17 @@ <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> - <version>0.0.0.M2a</version> + <version>0.0.0.M3</version> <optional>true</optional> <exclusions> <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - <exclusion> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - </exclusion> - <exclusion> - <groupId>org.sonatype.sisu</groupId> - <artifactId>sisu-guice</artifactId> - </exclusion> - <exclusion> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> </exclusion> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -129,6 +121,10 @@ <groupId>aopalliance</groupId> <artifactId>aopalliance</artifactId> </exclusion> + <exclusion> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-guava</artifactId> + </exclusion> </exclusions> </dependency> </dependencies>