Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2016-05-31 19:14:59 +0000
committerFred Bricon2016-05-31 19:14:59 +0000
commita216aad800082fcf7c8243c8faf470ecb6a3f407 (patch)
tree27af34cc1ad9bb3cafd8bb878a3f756f23d17bc8
parent159907dd05a50ea8cdfba8b57939f8ac3b79fa51 (diff)
downloadm2e-core-a216aad800082fcf7c8243c8faf470ecb6a3f407.tar.gz
m2e-core-a216aad800082fcf7c8243c8faf470ecb6a3f407.tar.xz
m2e-core-a216aad800082fcf7c8243c8faf470ecb6a3f407.zip
481417 : remove takari-local-repository
Change-Id: I85c03b8f82d0a1f3c88c91e28c055d1181946921 Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
index 799e774b..d4a9c216 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -27,17 +27,9 @@
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
<okhttp-connector.version>0.16.0</okhttp-connector.version>
- <concurrent-localrepo.version>0.9.0</concurrent-localrepo.version>
</properties>
<dependencies>
- <!-- this overrides default local repo implementation and must be BEFORE maven -->
- <dependency>
- <groupId>io.takari.aether</groupId>
- <artifactId>takari-local-repository</artifactId>
- <version>${concurrent-localrepo.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>

Back to the top