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 19:15:09 UTC

svn commit: r618728 - /geronimo/server/branches/2.1/pom.xml

Author: gawor
Date: Tue Feb  5 10:15:03 2008
New Revision: 618728

URL: http://svn.apache.org/viewvc?rev=618728&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.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=618728&r1=618727&r2=618728&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Tue Feb  5 10:15:03 2008
@@ -597,6 +597,10 @@
                         <groupId>xmlbeans</groupId>
                         <artifactId>xbean</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.ws.scout</groupId>
+                        <artifactId>jaxr-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>