You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2010/08/25 09:07:46 UTC

svn commit: r988829 - /karaf/trunk/webconsole/gogo/pom.xml

Author: ffang
Date: Wed Aug 25 07:07:46 2010
New Revision: 988829

URL: http://svn.apache.org/viewvc?rev=988829&view=rev
Log:
[KARAF-162]need exactly specify the import jline package version for webconsole.gogo

Modified:
    karaf/trunk/webconsole/gogo/pom.xml

Modified: karaf/trunk/webconsole/gogo/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/webconsole/gogo/pom.xml?rev=988829&r1=988828&r2=988829&view=diff
==============================================================================
--- karaf/trunk/webconsole/gogo/pom.xml (original)
+++ karaf/trunk/webconsole/gogo/pom.xml Wed Aug 25 07:07:46 2010
@@ -89,7 +89,10 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-            <Import-Package>!${project.artifactId}*,*</Import-Package>
+            <Import-Package>!${project.artifactId}*,
+                            jline;version="[${jline.version}, ${jline.version}]",
+                            *
+            </Import-Package>
             <Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
             <Embed-Dependency>
                <!-- Required for JSON data transfer -->