You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/07 13:24:55 UTC

[30/36] maven-aether git commit: Updated to sisu:0.1.1

Updated to sisu:0.1.1


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/14686333
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/14686333
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/14686333

Branch: refs/heads/demo
Commit: 146863337fc5ee6a47b659c651b866c0be3984e1
Parents: 8a40c2a
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Sun Jan 26 16:51:27 2014 +0100
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Sun Jan 26 16:51:27 2014 +0100

----------------------------------------------------------------------
 aether-demo-snippets/pom.xml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/14686333/aether-demo-snippets/pom.xml
----------------------------------------------------------------------
diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml
index 5ba8fa0..4585a9f 100644
--- a/aether-demo-snippets/pom.xml
+++ b/aether-demo-snippets/pom.xml
@@ -91,23 +91,19 @@
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.plexus</artifactId>
-      <version>0.0.0.M3</version>
+      <version>0.1.1</version>
       <optional>true</optional>
       <exclusions>
         <exclusion>
           <groupId>javax.enterprise</groupId>
           <artifactId>cdi-api</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>com.google.code.findbugs</groupId>
-          <artifactId>jsr305</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
       <groupId>org.sonatype.sisu</groupId>
       <artifactId>sisu-guice</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.6</version>
       <classifier>no_aop</classifier>
       <optional>true</optional>
       <exclusions>
@@ -116,8 +112,8 @@
           <artifactId>aopalliance</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.sonatype.sisu</groupId>
-          <artifactId>sisu-guava</artifactId>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
         </exclusion>
       </exclusions>
     </dependency>