diff options
author | Olivier Lamy <olamy@apache.org> | 2015-02-11 22:32:54 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-02-11 22:32:54 +1100 |
commit | 4374c550e4a082fbc290826abca0b1244f6eee43 (patch) | |
tree | 682369b56b894aaf628a4c502c116acc881c0bde /archiva-modules/archiva-web/archiva-web-common/pom.xml | |
parent | 1feb9a99f6a45879e536cfc6fbd919aba6e970df (diff) | |
download | archiva-4374c550e4a082fbc290826abca0b1244f6eee43.tar.gz archiva-4374c550e4a082fbc290826abca0b1244f6eee43.zip |
add missing dependency
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index f392d949b..b91634c6a 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -266,7 +266,12 @@ <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> - </dependency> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jul-to-slf4j</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http</artifactId> |