diff options
author | Olivier Lamy <olamy@apache.org> | 2012-03-08 09:33:00 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-03-08 09:33:00 +0000 |
commit | 17b36fb4e2cdfbc8e834d59fe22850874645902f (patch) | |
tree | a485e503694ee6b1c12ca8d2a0cc9a16e67719d6 /archiva-modules/archiva-web/pom.xml | |
parent | 345a7d6a75745b01c76541958b5ebe34bb3789f4 (diff) | |
download | archiva-17b36fb4e2cdfbc8e834d59fe22850874645902f.tar.gz archiva-17b36fb4e2cdfbc8e834d59fe22850874645902f.zip |
add a module with an InvalidRepositoryContentConsumer for testing purpose
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1298322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index a9b6f9706..eb5afd8b9 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -47,6 +47,7 @@ <module>archiva-security</module> <module>archiva-webdav</module> <module>archiva-rss</module> + <module>archiva-test-mocks</module> <module>archiva-rest</module> <module>archiva-web-common</module> <module>archiva-webapp</module> @@ -76,6 +77,12 @@ </exclusions> </dependency> <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-test-mocks</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.seleniumhq.selenium.client-drivers</groupId> <artifactId>selenium-java-client-driver</artifactId> <version>1.0.2</version> @@ -113,4 +120,4 @@ </build> -</project> +</project>
\ No newline at end of file |