Author: areshetnyak
Date: 2010-11-12 04:55:41 -0500 (Fri, 12 Nov 2010)
New Revision: 3459
Modified:
kernel/trunk/exo.kernel.component.command/pom.xml
Log:
EXOJCR-852 : Add dependency slf4j for test in exo.kernel.component.command
Modified: kernel/trunk/exo.kernel.component.command/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.command/pom.xml 2010-11-12 09:13:45 UTC (rev 3458)
+++ kernel/trunk/exo.kernel.component.command/pom.xml 2010-11-12 09:55:41 UTC (rev 3459)
@@ -64,6 +64,11 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>
Show replies by date