You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/05 23:15:46 UTC

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

Author: dwoods
Date: Fri Sep  5 14:15:46 2008
New Revision: 692554

URL: http://svn.apache.org/viewvc?rev=692554&view=rev
Log:
new excludes required for cxf-tools-common-2.1.3-SNAPSHOT.pom due move to org.apache.velocity-1.5.  Note: this will expose new compile failures due to changes in cxf-2.1.3-SNAPSHOT apis

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=692554&r1=692553&r2=692554&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Sep  5 14:15:46 2008
@@ -2658,9 +2658,22 @@
                         <artifactId>jaxb-xjc</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>velocity</groupId>
+                        <groupId>org.apache.velocity</groupId>
                         <artifactId>velocity</artifactId>
                     </exclusion>
+                    <!-- New excludes for org.apache.velocity -->
+                    <exclusion>
+                        <groupId>commons-collections</groupId>
+                        <artifactId>commons-collections</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-lang</groupId>
+                        <artifactId>commons-lang</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>oro</groupId>
+                        <artifactId>oro</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>