Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'm2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml')
-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