You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2016/01/09 02:14:51 UTC

[2/2] maven git commit: Not optional

Not optional


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3f9df1ed
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3f9df1ed
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3f9df1ed

Branch: refs/heads/slf4j-gossip
Commit: 3f9df1ed0131cef4d1c1b5f66e6e1d7d3a8beaeb
Parents: 58cdef3
Author: Tamas Cservenak <ta...@cservenak.net>
Authored: Sat Jan 9 01:45:28 2016 +0100
Committer: Tamas Cservenak <ta...@cservenak.net>
Committed: Sat Jan 9 01:45:28 2016 +0100

----------------------------------------------------------------------
 maven-embedder/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/3f9df1ed/maven-embedder/pom.xml
----------------------------------------------------------------------
diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index b0cce1c..b41f4df 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -82,12 +82,10 @@
     <dependency>
       <groupId>org.sonatype.gossip</groupId>
       <artifactId>gossip-extra</artifactId>
-      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.fusesource.jansi</groupId>
       <artifactId>jansi</artifactId>
-      <optional>true</optional>
     </dependency>
     <!-- CLI -->
     <dependency>