mirror of https://github.com/apache/maven.git
aether 1.0
Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
This commit is contained in:
parent
0ba8fa1258
commit
2909b5a329
|
@ -87,7 +87,11 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.aether</groupId>
|
||||
<artifactId>aether-connector-wagon</artifactId>
|
||||
<artifactId>aether-connector-basic</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.aether</groupId>
|
||||
<artifactId>aether-transport-wagon</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
@ -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>
|
||||
|
@ -122,3 +127,4 @@ under the License.
|
|||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
|
|
|
@ -79,7 +79,12 @@
|
|||
</dependency>
|
||||
<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>
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -60,7 +60,7 @@
|
|||
<cipherVersion>1.7</cipherVersion>
|
||||
<modelloVersion>1.8.1</modelloVersion>
|
||||
<jxpathVersion>1.3</jxpathVersion>
|
||||
<aetherVersion>0.9.0.M2</aetherVersion>
|
||||
<aetherVersion>1.0.0.v20140518</aetherVersion>
|
||||
<slf4jVersion>1.7.5</slf4jVersion>
|
||||
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
||||
<!-- Control the name of the distribution and information output by mvn -->
|
||||
|
@ -308,7 +308,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 -->
|
||||
|
|
Loading…
Reference in New Issue