Add forgotten patch
This commit is contained in:
parent
9dea1b24e9
commit
16c9b56fca
1 changed files with 77 additions and 0 deletions
77
0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch
Normal file
77
0001-Port-from-Sonatype-Sisu-to-Eclipse-Sisu.patch
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
From 625bb36df9da578eb5bf552bd6123aaa07ebb71f Mon Sep 17 00:00:00 2001
|
||||
From: Mikolaj Izdebski <mizdebsk@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
|
||||
|
||||
Reference in a new issue