Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 6b99eafdd -> 662d01b89


[KARAF-3957]PackageTest is broken on 3.0.x branch


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

Branch: refs/heads/karaf-3.0.x
Commit: 662d01b8927dec061b86e21fc159ee7ceb6083df
Parents: 6b99eaf
Author: Freeman Fang <[email protected]>
Authored: Tue Aug 25 14:46:04 2015 +0800
Committer: Freeman Fang <[email protected]>
Committed: Tue Aug 25 14:46:04 2015 +0800

----------------------------------------------------------------------
 assemblies/features/framework/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/662d01b8/assemblies/features/framework/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/framework/pom.xml 
b/assemblies/features/framework/pom.xml
index 0771b98..2de4821 100644
--- a/assemblies/features/framework/pom.xml
+++ b/assemblies/features/framework/pom.xml
@@ -74,6 +74,12 @@
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.fusesource.jansi</groupId>
+                    <artifactId>jansi</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.jledit</groupId>

Reply via email to