[exo-jcr-commits] exo-jcr SVN: r2335 - kernel/trunk/exo.kernel.component.common.

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


Author: dkatayev
Date: 2010-04-28 09:21:46 -0400 (Wed, 28 Apr 2010)
New Revision: 2335

Modified:
   kernel/trunk/exo.kernel.component.common/pom.xml
Log:
EXOJCR-691 missing dependencies fixed

Modified: kernel/trunk/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.common/pom.xml	2010-04-28 08:33:22 UTC (rev 2334)
+++ kernel/trunk/exo.kernel.component.common/pom.xml	2010-04-28 13:21:46 UTC (rev 2335)
@@ -55,6 +55,10 @@
          <artifactId>slf4j-log4j12</artifactId>
       </dependency>      
       <dependency>
+         <groupId>xpp3</groupId>
+         <artifactId>xpp3</artifactId>
+      </dependency>
+      <dependency>
          <groupId>jotm</groupId>
          <artifactId>jotm</artifactId>
          <exclusions>



More information about the exo-jcr-commits mailing list