You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/02/07 13:48:52 UTC

svn commit: r1067938 - /sling/trunk/launchpad/builder/src/main/bundles/list.xml

Author: fmeschbe
Date: Mon Feb  7 12:48:52 2011
New Revision: 1067938

URL: http://svn.apache.org/viewvc?rev=1067938&view=rev
Log:
SLING-1966 Aries Util is required by JMX Core

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=1067938&r1=1067937&r2=1067938&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Mon Feb  7 12:48:52 2011
@@ -190,6 +190,11 @@
             <artifactId>org.apache.aries.jmx.api</artifactId>
             <version>0.3</version>
         </bundle>
+         <bundle>
+            <groupId>org.apache.aries</groupId>
+            <artifactId>org.apache.aries.util</artifactId>
+            <version>0.3</version>
+        </bundle>
         <bundle>
             <groupId>org.apache.aries.jmx</groupId>
             <artifactId>org.apache.aries.jmx.core</artifactId>