You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/03/13 13:12:22 UTC

svn commit: r636736 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: ate
Date: Thu Mar 13 05:12:18 2008
New Revision: 636736

URL: http://svn.apache.org/viewvc?rev=636736&view=rev
Log:
Ensure correct xerces version resolution by m2eclipse plugin

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=636736&r1=636735&r2=636736&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Thu Mar 13 05:12:18 2008
@@ -811,6 +811,11 @@
         <version>${xerces.version}</version>
       </dependency>
       <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xerces</artifactId>
+        <version>${xerces.version}</version>
+      </dependency>
+      <dependency>
         <groupId>xalan</groupId>
         <artifactId>xalan</artifactId>
         <version>${xalan.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org