Skip to content

Commit

Permalink
Bug 536402: add jansi dependency to the embedded Maven
Browse files Browse the repository at this point in the history
Change-Id: I72c55158b23d224928c2c3d7e99b4cbd952f9458
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored and fbricon committed Aug 21, 2018
1 parent f8c9047 commit ae8412f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ae8412f

Please sign in to comment.