[exo-jcr-commits] exo-jcr SVN: r2339 - in ws/branches/2.2.x: exo.ws.rest.ext and 1 other directory.

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


Author: dkatayev
Date: 2010-04-28 09:28:32 -0400 (Wed, 28 Apr 2010)
New Revision: 2339

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

Modified: ws/branches/2.2.x/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.commons/pom.xml	2010-04-28 13:27:38 UTC (rev 2338)
+++ ws/branches/2.2.x/exo.ws.commons/pom.xml	2010-04-28 13:28:32 UTC (rev 2339)
@@ -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/branches/2.2.x/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.rest.ext/pom.xml	2010-04-28 13:27:38 UTC (rev 2338)
+++ ws/branches/2.2.x/exo.ws.rest.ext/pom.xml	2010-04-28 13:28:32 UTC (rev 2339)
@@ -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