Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2015-11-18 20:24:00 +0000
committerFred Bricon2015-11-18 20:24:00 +0000
commit8c59225bb26f0086b9ce369e28d24ec0f5d1dcd6 (patch)
treec78af9de914a97532b3282a4293edbfefca2a558 /m2e-maven-runtime
parent5cf5293f2596419a96b958414190b5696266a9e5 (diff)
downloadm2e-core-8c59225bb26f0086b9ce369e28d24ec0f5d1dcd6.tar.gz
m2e-core-8c59225bb26f0086b9ce369e28d24ec0f5d1dcd6.tar.xz
m2e-core-8c59225bb26f0086b9ce369e28d24ec0f5d1dcd6.zip
482521 : update embedded Maven runtime to 3.3.9
Change-Id: I536662c2fbbd136ae6300fd31e601a4058f3ca91 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'm2e-maven-runtime')
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml14
1 files changed, 1 insertions, 13 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 134065a6..fbb35a8e 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -23,7 +23,7 @@
<properties>
<!-- maven core version -->
- <maven-core.version>3.3.3</maven-core.version>
+ <maven-core.version>3.3.9</maven-core.version>
<!-- below are m2e-specific addons -->
<plexus-build-api.version>0.0.7</plexus-build-api.version>
<okhttp-connector.version>0.15.0</okhttp-connector.version>
@@ -60,18 +60,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.sonatype.sisu</groupId>
- <artifactId>sisu-guice</artifactId>
- <classifier>no_aop</classifier>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <artifactId>sisu-guava</artifactId>
- <groupId>org.sonatype.sisu</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>

Back to the top