You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2017/02/27 20:21:49 UTC

svn commit: r1784647 - /felix/trunk/main/pom.xml

Author: pauls
Date: Mon Feb 27 20:21:49 2017
New Revision: 1784647

URL: http://svn.apache.org/viewvc?rev=1784647&view=rev
Log:
Add jansi bundle (FELIX-5569).

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1784647&r1=1784646&r2=1784647&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Feb 27 20:21:49 2017
@@ -48,6 +48,7 @@
     <gogo.command.version>1.0.2</gogo.command.version>
     <jline.version>3.0.1</jline.version>
     <obr.version>2.0.8</obr.version>
+    <jansi.version>1.14</jansi.version>
   </properties>
   <profiles>
     <profile>
@@ -140,6 +141,14 @@
                      <type>jar</type>
                      <overWrite>true</overWrite>
                      <outputDirectory>${project.basedir}/bundle</outputDirectory>
+                   </artifactItem>
+                   <artifactItem>
+                     <groupId>org.fusesource.jansi</groupId>
+                     <artifactId>jansi</artifactId>
+                     <version>${jansi.version}</version>
+                     <type>jar</type>
+                     <overWrite>true</overWrite>
+                     <outputDirectory>${project.basedir}/bundle</outputDirectory>
                    </artifactItem>
                  </artifactItems>
             </configuration>