Author: jdumay
Date: Fri Feb 13 04:27:16 2009
New Revision: 743976
URL: http://svn.apache.org/viewvc?rev=743976&view=rev
Log:
Should reference slf4j api
Modified:
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-security/pom.xml
Modified:
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-security/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-security/pom.xml?rev=743976&r1=743975&r2=743976&view=diff
==============================================================================
---
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-security/pom.xml
(original)
+++
archiva/branches/archiva-with-new-repoapi/archiva-modules/archiva-web/archiva-security/pom.xml
Fri Feb 13 04:27:16 2009
@@ -43,6 +43,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-system</artifactId>
</dependency>