Author: rickhall
Date: Mon Sep 20 19:27:42 2010
New Revision: 999074
URL: http://svn.apache.org/viewvc?rev=999074&view=rev
Log:
Import Gogo packages with mandatory attribute. (FELIX-2441)
Modified:
felix/trunk/shell.remote/pom.xml
Modified: felix/trunk/shell.remote/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.remote/pom.xml?rev=999074&r1=999073&r2=999074&view=diff
==============================================================================
--- felix/trunk/shell.remote/pom.xml (original)
+++ felix/trunk/shell.remote/pom.xml Mon Sep 20 19:27:42 2010
@@ -50,7 +50,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
- <version>0.6.0</version>
+ <version>0.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -71,7 +71,7 @@
org.apache.felix.shell.remote.*
</Private-Package>
<DynamicImport-Package>
-
org.apache.felix.service.command,org.apache.felix.shell,org.osgi.service.log
+ org.osgi.service.command;
status="provisional",org.apache.felix.shell,org.osgi.service.log
</DynamicImport-Package>
<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
</instructions>