You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2007/04/28 21:09:04 UTC

svn commit: r533414 - /incubator/cxf/trunk/rt/bindings/soap/pom.xml

Author: dandiep
Date: Sat Apr 28 12:09:04 2007
New Revision: 533414

URL: http://svn.apache.org/viewvc?view=rev&rev=533414
Log:
Fix activation dependency.

Modified:
    incubator/cxf/trunk/rt/bindings/soap/pom.xml

Modified: incubator/cxf/trunk/rt/bindings/soap/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/soap/pom.xml?view=diff&rev=533414&r1=533413&r2=533414
==============================================================================
--- incubator/cxf/trunk/rt/bindings/soap/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/soap/pom.xml Sat Apr 28 12:09:04 2007
@@ -75,7 +75,8 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <scope>test</scope>
+            <scope>compile</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>