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 2008/10/12 18:16:20 UTC

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

Author: gawor
Date: Sun Oct 12 09:16:17 2008
New Revision: 703841

URL: http://svn.apache.org/viewvc?rev=703841&view=rev
Log:
exclusion needed for ibm jdk

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=703841&r1=703840&r2=703841&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sun Oct 12 09:16:17 2008
@@ -2701,7 +2701,11 @@
                     <exclusion>
                         <groupId>javax.xml.soap</groupId>
                         <artifactId>saaj-api</artifactId>
-                       </exclusion>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>com.sun.xml.parsers</groupId>
+                        <artifactId>jaxp-ri</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>