[exo-jcr-commits] exo-jcr SVN: r2337 - core/branches/2.4.x/exo.core.component.web.css.

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


Author: dkatayev
Date: 2010-04-28 09:26:06 -0400 (Wed, 28 Apr 2010)
New Revision: 2337

Modified:
   core/branches/2.4.x/exo.core.component.web.css/pom.xml
Log:
EXOJCR-691 missing dependencies fixed

Modified: core/branches/2.4.x/exo.core.component.web.css/pom.xml
===================================================================
--- core/branches/2.4.x/exo.core.component.web.css/pom.xml	2010-04-28 13:23:27 UTC (rev 2336)
+++ core/branches/2.4.x/exo.core.component.web.css/pom.xml	2010-04-28 13:26:06 UTC (rev 2337)
@@ -40,7 +40,8 @@
       </dependency>
       <dependency>
          <groupId>batik</groupId>
-         <artifactId>batik-util</artifactId>
+         <artifactId>batik-util</artifactId>
+         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>batik</groupId>



More information about the exo-jcr-commits mailing list