[jboss-osgi-commits] JBoss-OSGI SVN: r95395 - projects/jboss-osgi/trunk/testsuite.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Oct 22 08:28:25 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-22 08:28:24 -0400 (Thu, 22 Oct 2009)
New Revision: 95395

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Fix dependency on testing

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-22 12:13:40 UTC (rev 95394)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-22 12:28:24 UTC (rev 95395)
@@ -56,6 +56,10 @@
       <groupId>org.jboss.osgi.runtime</groupId>
       <artifactId>jboss-osgi-deployment</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-testing</artifactId>
+    </dependency>
 
     <!-- Bundle Dependencies -->
     <dependency>



More information about the jboss-osgi-commits mailing list