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-base/archiva-indexer | |
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-base/archiva-indexer')
-rw-r--r-- | archiva-base/archiva-indexer/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-base/archiva-indexer/pom.xml b/archiva-base/archiva-indexer/pom.xml index 9f725fa11..1f1a393c1 100644 --- a/archiva-base/archiva-indexer/pom.xml +++ b/archiva-base/archiva-indexer/pom.xml @@ -60,11 +60,6 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - <dependency> - <groupId>easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> <plugins> |