[aether] Add forgotten patch

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Jul 25 08:41:44 UTC 2013


commit 16c9b56fca22805ab2a5b72db1b40a7a3becd3ac
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Jul 25 10:41:04 2013 +0200

    Add forgotten patch

 0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch |   77 ++++++++++++++++++++
 1 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch b/0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch
new file mode 100644
index 0000000..a96506a
--- /dev/null
+++ b/0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch
@@ -0,0 +1,77 @@
+From 625bb36df9da578eb5bf552bd6123aaa07ebb71f Mon Sep 17 00:00:00 2001
+From: Mikolaj Izdebski <mizdebsk at redhat.com>
+Date: Thu, 25 Jul 2013 07:32:20 +0200
+Subject: [PATCH] Port from Sonatype Sisu to Eclipse Sisu
+
+---
+ aether-connector-file/pom.xml  | 4 ++--
+ aether-connector-wagon/pom.xml | 4 ++--
+ aether-impl/pom.xml            | 4 ++--
+ pom.xml                        | 6 +++---
+ 4 files changed, 9 insertions(+), 9 deletions(-)
+
+diff --git a/aether-connector-file/pom.xml b/aether-connector-file/pom.xml
+index a194621..7fe06af 100644
+--- a/aether-connector-file/pom.xml
++++ b/aether-connector-file/pom.xml
+@@ -54,8 +54,8 @@
+       <optional>true</optional>
+     </dependency>
+     <dependency>
+-      <groupId>org.sonatype.sisu</groupId>
+-      <artifactId>sisu-inject-plexus</artifactId>
++      <groupId>org.eclipse.sisu</groupId>
++      <artifactId>org.eclipse.sisu.plexus</artifactId>
+       <scope>test</scope>
+     </dependency>
+     <dependency>
+diff --git a/aether-connector-wagon/pom.xml b/aether-connector-wagon/pom.xml
+index ba5b90e..0601fa9 100644
+--- a/aether-connector-wagon/pom.xml
++++ b/aether-connector-wagon/pom.xml
+@@ -72,8 +72,8 @@
+       <optional>true</optional>
+     </dependency>
+     <dependency>
+-      <groupId>org.sonatype.sisu</groupId>
+-      <artifactId>sisu-inject-plexus</artifactId>
++      <groupId>org.eclipse.sisu</groupId>
++      <artifactId>org.eclipse.sisu.plexus</artifactId>
+       <optional>true</optional>
+     </dependency>
+     <!-- element removed by maintainer: pom:dependency[pom:scope[text()='test']] -->
+diff --git a/aether-impl/pom.xml b/aether-impl/pom.xml
+index 58c5773..c5fdbd6 100644
+--- a/aether-impl/pom.xml
++++ b/aether-impl/pom.xml
+@@ -54,8 +54,8 @@
+       <optional>true</optional>
+     </dependency>
+     <dependency>
+-      <groupId>org.sonatype.sisu</groupId>
+-      <artifactId>sisu-inject-plexus</artifactId>
++      <groupId>org.eclipse.sisu</groupId>
++      <artifactId>org.eclipse.sisu.plexus</artifactId>
+       <scope>provided</scope>
+       <optional>true</optional>
+     </dependency>
+diff --git a/pom.xml b/pom.xml
+index ff9ce8f..6d7f7f7 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -208,9 +208,9 @@
+       </dependency>
+ 
+       <dependency>
+-        <groupId>org.sonatype.sisu</groupId>
+-        <artifactId>sisu-inject-plexus</artifactId>
+-        <version>2.3.0</version>
++        <groupId>org.eclipse.sisu</groupId>
++        <artifactId>org.eclipse.sisu.plexus</artifactId>
++        <version>0.0.0.M2a</version>
+       </dependency>
+ 
+       <dependency>
+-- 
+1.8.1.4
+


More information about the scm-commits mailing list