Repository: any23 Updated Branches: refs/heads/master 57afcd1a3 -> 83c1fcfe2
ANY23-292 slf4j scope should not be test in any23 core Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/83c1fcfe Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/83c1fcfe Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/83c1fcfe Branch: refs/heads/master Commit: 83c1fcfe29857962555b3303ea3a8c3cfbd626e5 Parents: 57afcd1 Author: Lewis John McGibbney <[email protected]> Authored: Wed Jun 15 22:10:54 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Jun 15 22:10:54 2016 -0700 ---------------------------------------------------------------------- core/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/83c1fcfe/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index b6a0427..6f13f1f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -167,7 +167,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <scope>test</scope> </dependency> <!-- END: Test Dependencies --> </dependencies>
