[jboss-cvs] JBossAS SVN: r93061 - projects/jboss-osgi/trunk/distribution.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 1 03:07:49 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-01 03:07:49 -0400 (Tue, 01 Sep 2009)
New Revision: 93061

Modified:
   projects/jboss-osgi/trunk/distribution/pom.xml
Log:
Fix dependency on jboss-osgi-runtime-microcontainer

Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml	2009-09-01 06:47:12 UTC (rev 93060)
+++ projects/jboss-osgi/trunk/distribution/pom.xml	2009-09-01 07:07:49 UTC (rev 93061)
@@ -365,12 +365,12 @@
     <!-- JBossMC Dependencies -->
     <dependency>
       <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-runtime-jbossmc</artifactId>
+      <artifactId>jboss-osgi-runtime-microcontainer</artifactId>
       <version>${version.jboss.osgi.runtime.jbossmc}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-runtime-jbossmc</artifactId>
+      <artifactId>jboss-osgi-runtime-microcontainer</artifactId>
       <version>${version.jboss.osgi.runtime.jbossmc}</version>
       <classifier>sources</classifier>
     </dependency>




More information about the jboss-cvs-commits mailing list