Updated Branches: refs/heads/ANY23-156 64a8c534a -> 625a204a6
ANY23-156 - Add logging dependencies to plugins and service Signed-off-by: Peter Ansell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/625a204a Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/625a204a Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/625a204a Branch: refs/heads/ANY23-156 Commit: 625a204a6e1b0915331229f4d91c1f9d8baa1f55 Parents: be6f3e9 Author: lewismc <[email protected]> Authored: Tue Apr 30 20:40:59 2013 -0700 Committer: Peter Ansell <[email protected]> Committed: Wed May 1 16:34:54 2013 +1000 ---------------------------------------------------------------------- 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/625a204a/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/625a204a/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/625a204a/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/625a204a/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. -->
