Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 3c308312f -> 9790300a4
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/9790300a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9790300a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/9790300a Branch: refs/heads/karaf-4.0.x Commit: 9790300a43b27a4f40f539bda929c5403b5bcebe Parents: 3c30831 Author: Christian Schneider <[email protected]> Authored: Wed Aug 17 11:22:34 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Wed Aug 17 11:32:06 2016 +0200 ---------------------------------------------------------------------- shell/table/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/9790300a/shell/table/pom.xml ---------------------------------------------------------------------- diff --git a/shell/table/pom.xml b/shell/table/pom.xml index 1a3a3e7..ca38d62 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>
