Do you have an exclude anywhere for geronimo-jaxws by chance?

--jason


On Jan 29, 2007, at 5:44 PM, [EMAIL PROTECTED] wrote:

Author: dims
Date: Mon Jan 29 17:44:25 2007
New Revision: 501279

URL: http://svn.apache.org/viewvc?view=rev&rev=501279
Log:
somehow this is not picking up the transitive dependency on jaxws module

Modified:
    geronimo/server/trunk/configs/cxf-deployer/pom.xml

Modified: geronimo/server/trunk/configs/cxf-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf- deployer/pom.xml?view=diff&rev=501279&r1=501278&r2=501279 ====================================================================== ========
--- geronimo/server/trunk/configs/cxf-deployer/pom.xml (original)
+++ geronimo/server/trunk/configs/cxf-deployer/pom.xml Mon Jan 29 17:44:25 2007
@@ -44,6 +44,12 @@

         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-jaxws</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-cxf-builder</artifactId>
             <version>${version}</version>
         </dependency>



Reply via email to