FELIX-2033: Provide an easy to use layer for writing pax-exam test for Karaf

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@906029 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/itests/pom.xml b/karaf/itests/pom.xml
index abc44d4..022dfa9 100644
--- a/karaf/itests/pom.xml
+++ b/karaf/itests/pom.xml
@@ -65,6 +65,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.felix.karaf.tooling</groupId>
+            <artifactId>org.apache.felix.karaf.tooling.testing</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <!-- Pax EXAM -->
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>