ANY23-156 - Add logging dependencies to plugins and service
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/2a2e9795 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/2a2e9795 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/2a2e9795 Branch: refs/heads/master Commit: 2a2e9795695ac19300400d7f5d8dcd077dc4f564 Parents: a0c1028 Author: lewismc <[email protected]> Authored: Tue Apr 30 20:40:59 2013 -0700 Committer: lewismc <[email protected]> Committed: Tue Apr 30 20:40:59 2013 -0700 ---------------------------------------------------------------------- plugins/basic-crawler/pom.xml | 1 + plugins/html-scraper/pom.xml | 1 + plugins/office-scraper/pom.xml | 1 + service/pom.xml | 1 + 4 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/2a2e9795/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 41614d2..75d0eb6 100644 --- a/plugins/basic-crawler/pom.xml +++ b/plugins/basic-crawler/pom.xml @@ -77,6 +77,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.logger.version}</version> + <scope>test</scope> </dependency> <!-- BEGIN: plugins --> http://git-wip-us.apache.org/repos/asf/any23/blob/2a2e9795/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 1033c98..4a9b86c 100644 --- a/plugins/html-scraper/pom.xml +++ b/plugins/html-scraper/pom.xml @@ -86,6 +86,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.logger.version}</version> + <scope>test</scope> </dependency> <!-- BEGIN: Test Dependencies --> http://git-wip-us.apache.org/repos/asf/any23/blob/2a2e9795/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index e6ae80b..23e2ee9 100644 --- a/plugins/office-scraper/pom.xml +++ b/plugins/office-scraper/pom.xml @@ -59,6 +59,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.logger.version}</version> + <scope>test</scope> </dependency> <!-- BEGIN: plugins --> http://git-wip-us.apache.org/repos/asf/any23/blob/2a2e9795/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 25e1bad..cae69bc 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -54,6 +54,7 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.logger.version}</version> + <scope>test</scope> </dependency> <!-- BEGIN: Servlet Deps. -->
