[jboss-cvs] JBossAS SVN: r95395 - projects/jboss-osgi/trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 22 08:28:24 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-cvs-commits
mailing list