Repository: cxf Updated Branches: refs/heads/master 70cf49450 -> 8f4799b5b
Add the jcl-over-slf4j dep so all the logging will work Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1138017f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1138017f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1138017f Branch: refs/heads/master Commit: 1138017fa68e60f5920c48d4cce39632af6067c7 Parents: 70cf494 Author: Daniel Kulp <[email protected]> Authored: Tue Mar 25 12:51:47 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Mar 25 12:51:47 2014 -0400 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1138017f/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 4b02dc7..e6eb9ad 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -36,6 +36,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </dependency> </dependencies> <modules> <module>in_jvm_transport</module>
