You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2011/02/18 20:34:12 UTC

svn commit: r1072114 - /cocoon/cocoon3/trunk/cocoon-sax/pom.xml

Author: reinhard
Date: Fri Feb 18 19:34:12 2011
New Revision: 1072114

URL: http://svn.apache.org/viewvc?rev=1072114&view=rev
Log:
no need for a xercesImpl compile time dependency

Modified:
    cocoon/cocoon3/trunk/cocoon-sax/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=1072114&r1=1072113&r2=1072114&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Fri Feb 18 19:34:12 2011
@@ -74,6 +74,7 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>