diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-30 12:32:26 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-30 12:32:26 +0000 |
commit | 6fa6750970d931eeb8de3fce301cf87938e1d8db (patch) | |
tree | 7669d3a951861740b26d2932792b8c86a4908c53 /archiva-modules | |
parent | 92875ac037e73cb662a98cd82299bc538e546be7 (diff) | |
download | archiva-6fa6750970d931eeb8de3fce301cf87938e1d8db.tar.gz archiva-6fa6750970d931eeb8de3fce301cf87938e1d8db.zip |
avoid multipe slf4j binding in test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1367067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 0866c5414..cce6e90d1 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -881,6 +881,12 @@ <artifactId>archiva-test-utils</artifactId> <version>${project.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> <build> |