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/02/05 18:59:02 UTC

svn commit: r618724 - /geronimo/server/branches/2.0/pom.xml

Author: gawor
Date: Tue Feb  5 09:58:53 2008
New Revision: 618724

URL: http://svn.apache.org/viewvc?rev=618724&view=rev
Log:
exclude jaxr-api from scout as the dependency is on a snapshot version (instead of a released version) and we have our own version of the api

Modified:
    geronimo/server/branches/2.0/pom.xml

Modified: geronimo/server/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?rev=618724&r1=618723&r2=618724&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Tue Feb  5 09:58:53 2008
@@ -526,6 +526,10 @@
                         <groupId>xmlbeans</groupId>
                         <artifactId>xbean</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.ws.scout</groupId>
+                        <artifactId>jaxr-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>