diff options
author | Brett Porter <brett@apache.org> | 2009-12-08 11:14:14 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-12-08 11:14:14 +0000 |
commit | b0304e08c3e10f7ffd8efc2e07f57beb3f482f8d (patch) | |
tree | 76d7533063482c696045ecf13760b47ccb0c184f /archiva-modules/plugins/repository-statistics/pom.xml | |
parent | 06f9863c470c2a400603423cae0aec94741c1df6 (diff) | |
download | archiva-b0304e08c3e10f7ffd8efc2e07f57beb3f482f8d.tar.gz archiva-b0304e08c3e10f7ffd8efc2e07f57beb3f482f8d.zip |
[MRM-1293] remove RepositoryContentStatistics in favour of new repository-statistics module and adjust reporting action. Note that data population is still required to complete this issue
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@888325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/repository-statistics/pom.xml')
-rw-r--r-- | archiva-modules/plugins/repository-statistics/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/plugins/repository-statistics/pom.xml b/archiva-modules/plugins/repository-statistics/pom.xml index 8831a74b4..e294ac20e 100644 --- a/archiva-modules/plugins/repository-statistics/pom.xml +++ b/archiva-modules/plugins/repository-statistics/pom.xml @@ -39,6 +39,10 @@ </dependency> <dependency> <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> |