You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/02/03 05:35:52 UTC

svn commit: r905883 - /camel/trunk/examples/camel-example-cxf/pom.xml

Author: ningjiang
Date: Wed Feb  3 04:35:51 2010
New Revision: 905883

URL: http://svn.apache.org/viewvc?rev=905883&view=rev
Log:
Try to fixed the test failed of AIX in TC

Modified:
    camel/trunk/examples/camel-example-cxf/pom.xml

Modified: camel/trunk/examples/camel-example-cxf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf/pom.xml?rev=905883&r1=905882&r2=905883&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf/pom.xml (original)
+++ camel/trunk/examples/camel-example-cxf/pom.xml Wed Feb  3 04:35:51 2010
@@ -103,6 +103,18 @@
     </dependency>
     
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+      <version>2.0.0</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
       <exclusions>