You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/22 17:01:28 UTC

svn commit: r587121 - /geronimo/server/trunk/pom.xml

Author: gawor
Date: Mon Oct 22 08:01:27 2007
New Revision: 587121

URL: http://svn.apache.org/viewvc?rev=587121&view=rev
Log:
exclude woden for now

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=587121&r1=587120&r2=587121&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Mon Oct 22 08:01:27 2007
@@ -1357,6 +1357,12 @@
                 <groupId>org.apache.axis2</groupId>
                 <artifactId>axis2-kernel</artifactId>
                 <version>${axis2Version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.apache.woden</groupId>
+                        <artifactId>woden</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>