[jboss-cvs] JBossAS SVN: r86851 - projects/jboss-osgi/trunk/runtime/knopflerfish.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 6 09:55:45 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-06 09:55:45 -0400 (Mon, 06 Apr 2009)
New Revision: 86851

Modified:
   projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml
Log:
Add missing compendium jar

Modified: projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml	2009-04-06 13:49:41 UTC (rev 86850)
+++ projects/jboss-osgi/trunk/runtime/knopflerfish/pom.xml	2009-04-06 13:55:45 UTC (rev 86851)
@@ -36,6 +36,10 @@
       <groupId>org.knopflerfish</groupId>
       <artifactId>org.knopflerfish.framework</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
 
     <!-- Test Dependencies -->
     <dependency>




More information about the jboss-cvs-commits mailing list