You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/12/14 15:06:06 UTC

svn commit: r356778 - /incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml

Author: mreutegg
Date: Wed Dec 14 06:06:00 2005
New Revision: 356778

URL: http://svn.apache.org/viewcvs?rev=356778&view=rev
Log:
Missing dependency when webdav webapp runs with: maven jetty:run-war

Modified:
    incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml?rev=356778&r1=356777&r2=356778&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/webapp/project.xml Wed Dec 14 06:06:00 2005
@@ -152,6 +152,14 @@
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
+        <dependency>
+          <groupId>xerces</groupId>
+          <artifactId>xmlParserAPIs</artifactId>
+          <version>2.0.2</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
 
         <!--
           cqfs-jackrabbit and cqfs are optional runtime dependencies