You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/19 01:46:51 UTC

svn commit: r465427 - /incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml

Author: gnodet
Date: Wed Oct 18 16:46:50 2006
New Revision: 465427

URL: http://svn.apache.org/viewvc?view=rev&rev=465427
Log:
Add missing dependency in geronimo plugin

Modified:
    incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml

Modified: incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml?view=diff&rev=465427&r1=465426&r2=465427
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/geronimo/servicemix/src/plan/geronimo-service.xml Wed Oct 18 16:46:50 2006
@@ -104,6 +104,12 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.xbean</groupId>
+                <artifactId>xbean-classloader</artifactId>
+                <version>${xbean-version}</version>
+                <type>jar</type>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-server</artifactId>
                 <version>${xbean-version}</version>
                 <type>jar</type>