diff options
author | Brett Porter <brett@apache.org> | 2009-12-10 12:03:03 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-12-10 12:03:03 +0000 |
commit | e3f7c9572d74eed379e13806bc6a21b12739d62b (patch) | |
tree | 9ce5c98e23cc479c309f4e107b8bf8496a064d1f /archiva-modules/archiva-web | |
parent | 1d01e87b74bccbb0e4e7940b5bfc65332f5441a4 (diff) | |
download | archiva-e3f7c9572d74eed379e13806bc6a21b12739d62b.tar.gz archiva-e3f7c9572d74eed379e13806bc6a21b12739d62b.zip |
move reporting dependency to the correct location
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@889220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index be255badf..bab0d1abb 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -39,6 +39,11 @@ </dependency> <dependency> <groupId>org.apache.archiva</groupId> + <artifactId>archiva-artifact-reports</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.archiva</groupId> <artifactId>archiva-scheduled</artifactId> </dependency> <dependency> |