[jboss-cvs] JBossAS SVN: r103896 - in trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 13 06:29:48 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-13 06:29:47 -0400 (Tue, 13 Apr 2010)
New Revision: 103896

Modified:
   trunk/component-matrix/pom.xml
   trunk/testsuite/pom.xml
Log:
[JBAS-7657] add missing reference to jboss-osgi-spi

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-04-13 10:18:59 UTC (rev 103895)
+++ trunk/component-matrix/pom.xml	2010-04-13 10:29:47 UTC (rev 103896)
@@ -2927,6 +2927,11 @@
       </dependency>
       
       <dependency>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-spi</artifactId>
+        <version>${version.jboss.osgi.spi}</version>
+      </dependency>
+      <dependency>
         <groupId>org.jboss.osgi.framework</groupId>
         <artifactId>jboss-osgi-framework-metadata</artifactId>
         <version>${version.jboss.osgi.framework}</version>

Modified: trunk/testsuite/pom.xml
===================================================================
--- trunk/testsuite/pom.xml	2010-04-13 10:18:59 UTC (rev 103895)
+++ trunk/testsuite/pom.xml	2010-04-13 10:29:47 UTC (rev 103896)
@@ -123,6 +123,10 @@
       <artifactId>juddi-saaj</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
     </dependency>
@@ -150,26 +154,18 @@
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging</artifactId>
     </dependency>
-
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-testing</artifactId>
     </dependency>
-
     <dependency>
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-hornetq-int</artifactId>
     </dependency>
-
-
     <dependency>
       <groupId>org.jboss.netty</groupId>
       <artifactId>netty</artifactId>
     </dependency>
-
-
-
-
   </dependencies>
   
   <profiles>




More information about the jboss-cvs-commits mailing list