Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-04-08 14:36:32 +0000
committerIgor Fedorenko2011-04-09 03:00:00 +0000
commitf8ad8cf918dfe3d7f5158abe80798e5c9ad63d2e (patch)
tree76e4ea56e5862a6febf510e3ffbd8452d4cc18e0 /org.eclipse.m2e.maven.runtime
parentf30c88a7bb84c0d9a4041c2580698b0ad3844575 (diff)
downloadm2e-core-f8ad8cf918dfe3d7f5158abe80798e5c9ad63d2e.tar.gz
m2e-core-f8ad8cf918dfe3d7f5158abe80798e5c9ad63d2e.tar.xz
m2e-core-f8ad8cf918dfe3d7f5158abe80798e5c9ad63d2e.zip
cleanup
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.maven.runtime')
-rw-r--r--org.eclipse.m2e.maven.runtime/update-jars-pom.xml87
1 files changed, 32 insertions, 55 deletions
diff --git a/org.eclipse.m2e.maven.runtime/update-jars-pom.xml b/org.eclipse.m2e.maven.runtime/update-jars-pom.xml
index 972d58c6..813cfb93 100644
--- a/org.eclipse.m2e.maven.runtime/update-jars-pom.xml
+++ b/org.eclipse.m2e.maven.runtime/update-jars-pom.xml
@@ -87,49 +87,49 @@
<version>${sisu-guice.version}</version>
<classifier>no_aop</classifier>
</dependency>
-
+
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>${plexus-build-api.version}</version>
</dependency>
- <dependency>
- <groupId>org.sonatype.aether</groupId>
- <artifactId>aether-connector-wagon</artifactId>
- <version>${aether.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.sonatype.aether</groupId>
- <artifactId>aether-impl</artifactId>
- <version>${aether.version}</version>
- </dependency>
- <dependency>
- <groupId>org.sonatype.aether</groupId>
- <artifactId>aether-connector-asynchttpclient</artifactId>
- <version>${aether.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.ning</groupId>
- <artifactId>async-http-client</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ <dependency>
+ <groupId>org.sonatype.aether</groupId>
+ <artifactId>aether-connector-wagon</artifactId>
+ <version>${aether.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.sonatype.aether</groupId>
+ <artifactId>aether-impl</artifactId>
+ <version>${aether.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.sonatype.aether</groupId>
+ <artifactId>aether-connector-asynchttpclient</artifactId>
+ <version>${aether.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.ning</groupId>
+ <artifactId>async-http-client</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>org.sonatype.maven</groupId>
<artifactId>wagon-ahc</artifactId>
<version>${wagon-ahc.version}</version>
<exclusions>
- <exclusion>
- <groupId>com.ning</groupId>
- <artifactId>async-http-client</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>com.ning</groupId>
+ <artifactId>async-http-client</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -210,27 +210,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>m2e</id>
- <activation>
- <property>
- <name>m2e.version</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.maven.ide.eclipse</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>0.10.0</version>
- <configuration>
- <mappingId>customizable</mappingId>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>

Back to the top