Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Pupier2018-06-28 13:06:04 +0000
committerFred Bricon2018-08-21 13:41:39 +0000
commitae8412fb3194b747f995c897454da535c66f9fe9 (patch)
treee8c5365ebba5f85f93140ce15353f1303576c64f
parentf8c90472e4b3d3bdfed01f3adfd040e08c3a3ab1 (diff)
downloadm2e-core-ae8412fb3194b747f995c897454da535c66f9fe9.tar.gz
m2e-core-ae8412fb3194b747f995c897454da535c66f9fe9.tar.xz
m2e-core-ae8412fb3194b747f995c897454da535c66f9fe9.zip
Bug 536402: add jansi dependency to the embedded Maven
Change-Id: I72c55158b23d224928c2c3d7e99b4cbd952f9458 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml4
1 files changed, 4 insertions, 0 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 e9a64790..b5628713 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
@@ -105,6 +105,10 @@
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.fusesource.jansi</groupId>
+ <artifactId>jansi</artifactId>
+ </dependency>
</dependencies>
<dependencyManagement>

Back to the top