[exo-jcr-commits] exo-jcr SVN: r2338 - in ws/trunk: exo.ws.rest.ext and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 28 09:27:38 EDT 2010


Author: dkatayev
Date: 2010-04-28 09:27:38 -0400 (Wed, 28 Apr 2010)
New Revision: 2338

Modified:
   ws/trunk/exo.ws.commons/pom.xml
   ws/trunk/exo.ws.rest.ext/pom.xml
Log:
EXOJCR-691 missing dependencies fixed

Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml	2010-04-28 13:26:06 UTC (rev 2337)
+++ ws/trunk/exo.ws.commons/pom.xml	2010-04-28 13:27:38 UTC (rev 2338)
@@ -40,6 +40,10 @@
       <dependency>
          <groupId>javax.xml.stream</groupId>
          <artifactId>stax-api</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
       </dependency>
       <dependency>
          <groupId>junit</groupId>

Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml	2010-04-28 13:26:06 UTC (rev 2337)
+++ ws/trunk/exo.ws.rest.ext/pom.xml	2010-04-28 13:27:38 UTC (rev 2338)
@@ -77,6 +77,10 @@
       <dependency>
          <groupId>xpp3</groupId>
          <artifactId>xpp3</artifactId>
-       </dependency>      
+       </dependency>  
+       <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+       </dependency>           
    </dependencies>
 </project>



More information about the exo-jcr-commits mailing list