[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-cvs
Subject:    svn commit: r743305 - /cocoon/cocoon3/trunk/parent/pom.xml
From:       reinhard () apache ! org
Date:       2009-02-11 11:33:23
Message-ID: 20090211113324.343B8238896F () eris ! apache ! org
[Download RAW message or body]

Author: reinhard
Date: Wed Feb 11 11:33:23 2009
New Revision: 743305

URL: http://svn.apache.org/viewvc?rev=743305&view=rev
Log:
Cocoon 3 requires Java 5 or higher -> no xml-apis are requires

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=743305&r1=743304&r2=743305&view=diff
 ==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Wed Feb 11 11:33:23 2009
@@ -134,6 +134,12 @@
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-xml</artifactId>
         <version>2.0.0</version>
+        <exclusions>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>	         
 
       <!-- Spring (+ AOP support)-->


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic