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 2008/03/27 14:47:25 UTC

svn commit: r641814 - /cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml

Author: reinhard
Date: Thu Mar 27 06:47:22 2008
New Revision: 641814

URL: http://svn.apache.org/viewvc?rev=641814&view=rev
Log:
don't know why this has ever worked ... but maybe it's my upgrade to Maven 2.0.9-RC3 that made this block fail

Modified:
    cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml?rev=641814&r1=641813&r2=641814&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-portal/cocoon-portal-impl/pom.xml Thu Mar 27 06:47:22 2008
@@ -17,9 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!--+
-    | @version $Id$
-    +-->
+<!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  
   <modelVersion>4.0.0</modelVersion>
@@ -80,6 +78,10 @@
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+    </dependency>    
     <dependency>
       <groupId>nekohtml</groupId>
       <artifactId>nekohtml</artifactId>