You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by di...@apache.org on 2007/01/30 05:44:21 UTC

svn commit: r501309 - /geronimo/server/trunk/configs/cxf/pom.xml

Author: dims
Date: Mon Jan 29 20:44:19 2007
New Revision: 501309

URL: http://svn.apache.org/viewvc?view=rev&rev=501309
Log:
god knows why we need to add this dependency here to get cxf-deployer to work :( - As Jason says this is magic stuff!

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

Modified: geronimo/server/trunk/configs/cxf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diff&rev=501309&r1=501308&r2=501309
==============================================================================
--- geronimo/server/trunk/configs/cxf/pom.xml (original)
+++ geronimo/server/trunk/configs/cxf/pom.xml Mon Jan 29 20:44:19 2007
@@ -61,6 +61,12 @@
            <artifactId>geronimo-jaxws</artifactId>
            <version>${version}</version>
        </dependency>
+
+        <dependency>
+           <groupId>org.apache.geronimo.modules</groupId>
+           <artifactId>geronimo-j2ee-builder</artifactId>
+           <version>${version}</version>
+       </dependency>
        
        <dependency>
             <groupId>org.apache.geronimo.modules</groupId>



Re: svn commit: r501309 - /geronimo/server/trunk/configs/cxf/pom.xml

Posted by David Jencks <da...@yahoo.com>.
This is really bizarre and breaks the layering of the server -- you  
should be able to run without any deployer modules installed.

What happens without this?

thanks
david jencks

On Jan 29, 2007, at 8:44 PM, dims@apache.org wrote:

> Author: dims
> Date: Mon Jan 29 20:44:19 2007
> New Revision: 501309
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=501309
> Log:
> god knows why we need to add this dependency here to get cxf- 
> deployer to work :( - As Jason says this is magic stuff!
>
> Modified:
>     geronimo/server/trunk/configs/cxf/pom.xml
>
> Modified: geronimo/server/trunk/configs/cxf/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/ 
> pom.xml?view=diff&rev=501309&r1=501308&r2=501309
> ====================================================================== 
> ========
> --- geronimo/server/trunk/configs/cxf/pom.xml (original)
> +++ geronimo/server/trunk/configs/cxf/pom.xml Mon Jan 29 20:44:19 2007
> @@ -61,6 +61,12 @@
>             <artifactId>geronimo-jaxws</artifactId>
>             <version>${version}</version>
>         </dependency>
> +
> +        <dependency>
> +           <groupId>org.apache.geronimo.modules</groupId>
> +           <artifactId>geronimo-j2ee-builder</artifactId>
> +           <version>${version}</version>
> +       </dependency>
>
>         <dependency>
>              <groupId>org.apache.geronimo.modules</groupId>
>
>