FELIX-4294: adapted tests to the new dependency manager shell, which is now only using Gogo.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1550892 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/pom.xml b/dependencymanager/test/pom.xml
index 6031681..7fb679f 100644
--- a/dependencymanager/test/pom.xml
+++ b/dependencymanager/test/pom.xml
@@ -64,12 +64,12 @@
<version>3.1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.shell</artifactId>
- <version>1.4.2</version>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.apache.felix.gogo.runtime</artifactId>
+ <version>0.10.0</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -156,6 +156,7 @@
<Bundle-Name>Apache Felix Dependency Manager Annotations Tests</Bundle-Name>
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Export-Package>org.apache.felix.dm.test.components</Export-Package>
+ <Import-Package>org.apache.felix.service.command; status="provisional", *</Import-Package>
</instructions>
</configuration>
</plugin>