You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/06/17 06:13:41 UTC

svn commit: r1748799 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: hboutemy
Date: Fri Jun 17 06:13:40 2016
New Revision: 1748799

URL: http://svn.apache.org/viewvc?rev=1748799&view=rev
Log:
[MSITE-779] removed JAnsi dependency: not used directly any more

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1748799&r1=1748798&r2=1748799&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Fri Jun 17 06:13:40 2016
@@ -216,11 +216,6 @@ under the License.
       <version>1.2</version>
     </dependency>
     <dependency>
-      <groupId>org.fusesource.jansi</groupId>
-      <artifactId>jansi</artifactId>
-      <version>1.12</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-project-utils</artifactId>
       <version>1.0.0-SNAPSHOT</version>