Updated Branches: refs/heads/master 2c22a1090 -> 73f1372d7
change crawler log4j bridge to provided Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/73f1372d Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/73f1372d Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/73f1372d Branch: refs/heads/master Commit: 73f1372d77db17b5d4e956dada54fa582115b28f Parents: 2c22a10 Author: lewismc <[email protected]> Authored: Wed Jun 19 13:33:40 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed Jun 19 13:33:40 2013 -0700 ---------------------------------------------------------------------- plugins/basic-crawler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/73f1372d/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 28578c6..a7a376c 100644 --- a/plugins/basic-crawler/pom.xml +++ b/plugins/basic-crawler/pom.xml @@ -77,7 +77,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.logger.version}</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- BEGIN: plugins -->
