Author: brett
Date: Tue Sep 25 04:38:53 2012
New Revision: 1389706
URL: http://svn.apache.org/viewvc?rev=1389706&view=rev
Log:
download slf4j as it is required by a test case
Modified:
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
Modified:
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml?rev=1389706&r1=1389705&r2=1389706&view=diff
==============================================================================
---
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
(original)
+++
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
Tue Sep 25 04:38:53 2012
@@ -95,6 +95,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>${slf4jVersion}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<scope>test</scope>