[jboss-cvs] JBossAS SVN: r87104 - projects/jboss-osgi/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 9 18:27:46 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-09 18:27:46 -0400 (Thu, 09 Apr 2009)
New Revision: 87104

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Fix dependencies for -Dframework

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-04-09 22:18:31 UTC (rev 87103)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-04-09 22:27:46 UTC (rev 87104)
@@ -27,6 +27,10 @@
       <artifactId>bnd</artifactId>
     </dependency>
     <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-runtime-deployer</artifactId>
       <version>${version}</version>
@@ -89,6 +93,18 @@
           <name>framework</name>
         </property>
       </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.osgi</groupId>
+          <artifactId>org.osgi.core</artifactId>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.osgi</groupId>
+          <artifactId>org.osgi.compendium</artifactId>
+          <scope>provided</scope>
+        </dependency>
+      </dependencies>
       <build>
         <plugins>
           <plugin>




More information about the jboss-cvs-commits mailing list