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 2007/01/11 10:20:03 UTC

svn commit: r495163 - in /incubator/servicemix/trunk/platforms/geronimo: pom.xml servicemix/pom.xml

Author: gnodet
Date: Thu Jan 11 01:20:01 2007
New Revision: 495163

URL: http://svn.apache.org/viewvc?view=rev&rev=495163
Log:
SM-798: Cannot start Bridge-SA in Geronimo
Patch provided by xiaoxiong duan, thx !

Modified:
    incubator/servicemix/trunk/platforms/geronimo/pom.xml
    incubator/servicemix/trunk/platforms/geronimo/servicemix/pom.xml

Modified: incubator/servicemix/trunk/platforms/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/platforms/geronimo/pom.xml?view=diff&rev=495163&r1=495162&r2=495163
==============================================================================
--- incubator/servicemix/trunk/platforms/geronimo/pom.xml (original)
+++ incubator/servicemix/trunk/platforms/geronimo/pom.xml Thu Jan 11 01:20:01 2007
@@ -40,19 +40,6 @@
         <gbeanDeployer>org.apache.geronimo.configs/geronimo-gbean-deployer/${version}/car</gbeanDeployer>
     </properties>
     
-    <repositories>
-      <repository>
-        <id>dain</id>
-        <url>http://people.apache.org/~dain/stage</url>
-      </repository>
-    </repositories>
-    <pluginRepositories>
-      <pluginRepository>
-        <id>dain</id>
-        <url>http://people.apache.org/~dain/stage</url>
-      </pluginRepository>
-    </pluginRepositories>
-    
     <modules>
         <module>servicemix-service</module>
         <module>deployer-service</module>

Modified: incubator/servicemix/trunk/platforms/geronimo/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/platforms/geronimo/servicemix/pom.xml?view=diff&rev=495163&r1=495162&r2=495163
==============================================================================
--- incubator/servicemix/trunk/platforms/geronimo/servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/platforms/geronimo/servicemix/pom.xml Thu Jan 11 01:20:01 2007
@@ -130,6 +130,15 @@
             <version>${xbean-version}</version>
         </dependency>
         <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>${woodstox-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>transaction</artifactId>
             <version>${geronimo-version}</version>