Updated to org.eclipse.sisu.plexus:0.0.0.M2a
Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/f97cf33d Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/f97cf33d Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/f97cf33d Branch: refs/heads/demo Commit: f97cf33ddcd3d30c30f2c3f6aa4049ef2dd9207d Parents: ea84e05 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Sat Jun 1 16:55:28 2013 +0200 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Sat Jun 1 16:55:28 2013 +0200 ---------------------------------------------------------------------- aether-demo-snippets/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/f97cf33d/aether-demo-snippets/pom.xml ---------------------------------------------------------------------- diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml index 6d8c1c8..534cc3b 100644 --- a/aether-demo-snippets/pom.xml +++ b/aether-demo-snippets/pom.xml @@ -97,7 +97,7 @@ <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> - <version>0.0.0.M1</version> + <version>0.0.0.M2a</version> <optional>true</optional> <exclusions> <exclusion> @@ -112,6 +112,10 @@ <groupId>org.sonatype.sisu</groupId> <artifactId>sisu-guice</artifactId> </exclusion> + <exclusion> + <groupId>javax.enterprise</groupId> + <artifactId>cdi-api</artifactId> + </exclusion> </exclusions> </dependency> <dependency>