diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-04-26 17:50:20 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-04-26 17:50:20 +0000 |
commit | f384b671de6e44285162e118f45c7ab158abd1fd (patch) | |
tree | fa13beb83c248412f8d536810c88741d0bf03365 /archiva-base/archiva-repository-layer | |
parent | aaa0c570a16d4d9b8b9efd84c3428bf0fac4acb8 (diff) | |
download | archiva-f384b671de6e44285162e118f45c7ab158abd1fd.tar.gz archiva-f384b671de6e44285162e118f45c7ab158abd1fd.zip |
Adjusting scope of slf4j to allow compile on windows.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@532824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-base/archiva-repository-layer')
-rw-r--r-- | archiva-base/archiva-repository-layer/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/archiva-base/archiva-repository-layer/pom.xml b/archiva-base/archiva-repository-layer/pom.xml index e1611a83d..e5e962a73 100644 --- a/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-base/archiva-repository-layer/pom.xml @@ -64,6 +64,10 @@ <artifactId>plexus-container-default</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> + <dependency> <groupId>org.codehaus.plexus.cache</groupId> <artifactId>plexus-cache-api</artifactId> <version>1.0-alpha-2-SNAPSHOT</version> @@ -76,11 +80,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <version>1.0</version> |