You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/08/22 09:30:44 UTC

[46/50] [abbrv] karaf git commit: Make jansi optional

Make jansi optional


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

Branch: refs/heads/master
Commit: dbb58a52539c97b7d0eda0ffeb2d0a7f65b06f2a
Parents: c9650bc
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Aug 17 11:22:34 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Aug 22 11:29:21 2016 +0200

----------------------------------------------------------------------
 shell/table/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/dbb58a52/shell/table/pom.xml
----------------------------------------------------------------------
diff --git a/shell/table/pom.xml b/shell/table/pom.xml
index 99f1ea7..08d0990 100644
--- a/shell/table/pom.xml
+++ b/shell/table/pom.xml
@@ -49,6 +49,11 @@
             <version>2.4</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.fusesource.jansi</groupId>
+            <artifactId>jansi</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -56,11 +61,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-		        <configuration>
-		            <instructions>
-		                <Import-Package>org.fusesource.jansi;version="[1.9,2)",*</Import-Package>
-		            </instructions>
-	            </configuration>
             </plugin>
         </plugins>
     </build>