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 ta...@apache.org on 2006/02/03 10:13:29 UTC

svn commit: r374611 - /portals/jetspeed-2/trunk/components/rewriter/pom.xml

Author: taylor
Date: Fri Feb  3 01:13:28 2006
New Revision: 374611

URL: http://svn.apache.org/viewcvs?rev=374611&view=rev
Log:
dep needed for java 1.4

Modified:
    portals/jetspeed-2/trunk/components/rewriter/pom.xml

Modified: portals/jetspeed-2/trunk/components/rewriter/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/rewriter/pom.xml?rev=374611&r1=374610&r2=374611&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/rewriter/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/rewriter/pom.xml Fri Feb  3 01:13:28 2006
@@ -56,6 +56,10 @@
             <groupId>castor</groupId>
             <artifactId>castor</artifactId>
         </dependency>
+	    <dependency>
+          <groupId>xml-apis</groupId>
+	      <artifactId>xml-apis</artifactId>
+	    </dependency>        
         <dependency>
             <groupId>xerces</groupId>
             <artifactId>xerces</artifactId>



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