Projects
home:vanmeeuwen:lesb
maven
0001-Update-Aether-to-0.9.0.M3.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Update-Aether-to-0.9.0.M3.patch of Package maven
From c9859a031e75d41fb8199ab6dc7f3019f510fc83 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski <mizdebsk@redhat.com> Date: Mon, 12 Aug 2013 08:49:19 +0200 Subject: [PATCH 3/4] Update Aether to 0.9.0.M3 --- apache-maven/pom.xml | 6 +++++- maven-aether-provider/pom.xml | 7 ++++++- maven-compat/pom.xml | 7 ++++++- pom.xml | 9 +++++++-- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index e79b5a5..7504e24 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -87,7 +87,11 @@ </dependency> <dependency> <groupId>org.eclipse.aether</groupId> - <artifactId>aether-connector-wagon</artifactId> + <artifactId>aether-transport-wagon</artifactId> + </dependency> + <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-connector-basic</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml index 8a5fc78..7ae72f2 100644 --- a/maven-aether-provider/pom.xml +++ b/maven-aether-provider/pom.xml @@ -91,7 +91,12 @@ under the License. <!-- Testing --> <dependency> <groupId>org.eclipse.aether</groupId> - <artifactId>aether-connector-wagon</artifactId> + <artifactId>aether-connector-basic</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-transport-wagon</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index a296c86..a2277b7 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -79,7 +79,12 @@ </dependency> <dependency> <groupId>org.eclipse.aether</groupId> - <artifactId>aether-connector-wagon</artifactId> + <artifactId>aether-transport-wagon</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-connector-basic</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 808924a..366c557 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ <cipherVersion>1.7</cipherVersion> <modelloVersion>1.8.1</modelloVersion> <jxpathVersion>1.3</jxpathVersion> - <aetherVersion>0.9.0.M2</aetherVersion> + <aetherVersion>0.9.0.M3</aetherVersion> <slf4jVersion>1.7.5</slf4jVersion> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <!-- Control the name of the distribution and information output by mvn --> @@ -288,7 +288,12 @@ </dependency> <dependency> <groupId>org.eclipse.aether</groupId> - <artifactId>aether-connector-wagon</artifactId> + <artifactId>aether-connector-basic</artifactId> + <version>${aetherVersion}</version> + </dependency> + <dependency> + <groupId>org.eclipse.aether</groupId> + <artifactId>aether-transport-wagon</artifactId> <version>${aetherVersion}</version> </dependency> <!-- Commons --> -- 1.8.4.2
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.