diff options
author | Brett Porter <brett@apache.org> | 2007-09-28 00:12:03 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-09-28 00:12:03 +0000 |
commit | bc5df1bd8a86691788fbfd00b15911fb96e890ff (patch) | |
tree | a97eaa2a073f3d9ad9a09e7237861f56099e835e /archiva-reporting | |
parent | 15e551e98364ac19b76de71fee10137a873fa4d4 (diff) | |
download | archiva-bc5df1bd8a86691788fbfd00b15911fb96e890ff.tar.gz archiva-bc5df1bd8a86691788fbfd00b15911fb96e890ff.zip |
[MRM-528] run consumers as artifacts arrive via proxy
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@580187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-reporting')
-rwxr-xr-x | archiva-reporting/archiva-artifact-reports/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-reporting/archiva-artifact-reports/pom.xml b/archiva-reporting/archiva-artifact-reports/pom.xml index 93dbb2802..cf35b6e4c 100755 --- a/archiva-reporting/archiva-artifact-reports/pom.xml +++ b/archiva-reporting/archiva-artifact-reports/pom.xml @@ -59,11 +59,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-slf4j-logging</artifactId> <scope>test</scope> |