You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/08/24 20:47:58 UTC

svn commit: r434467 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: jheymans
Date: Thu Aug 24 11:47:57 2006
New Revision: 434467

URL: http://svn.apache.org/viewvc?rev=434467&view=rev
Log:
there should be no need to exclude junit because we're defining it ourselves with the latest version

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?rev=434467&r1=434466&r2=434467&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Thu Aug 24 11:47:57 2006
@@ -227,10 +227,6 @@
           <groupId>xerces</groupId>
         </exclusion>
         <exclusion>
-          <artifactId>junit</artifactId>
-          <groupId>junit</groupId>
-        </exclusion>
-        <exclusion>
           <artifactId>ant-optional</artifactId>
           <groupId>ant</groupId>
         </exclusion>