configure logging for nosql example
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/f5c6402b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/f5c6402b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/f5c6402b Branch: refs/heads/0.6.0 Commit: f5c6402b38faeea98201d2ab579d9bba641c913f Parents: 08cbcec Author: Alex Heneveld <[email protected]> Authored: Wed Nov 13 15:07:47 2013 +0000 Committer: Alex Heneveld <[email protected]> Committed: Thu Nov 14 21:21:20 2013 +0000 ---------------------------------------------------------------------- examples/simple-nosql-cluster/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/f5c6402b/examples/simple-nosql-cluster/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simple-nosql-cluster/pom.xml b/examples/simple-nosql-cluster/pom.xml index 3ec813b..b54cb54 100644 --- a/examples/simple-nosql-cluster/pom.xml +++ b/examples/simple-nosql-cluster/pom.xml @@ -27,6 +27,13 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> + + <dependency> + <groupId>io.brooklyn</groupId> + <artifactId>brooklyn-logback-xml</artifactId> + <version>${project.version}</version> + <optional>true</optional> + </dependency> </dependencies> <build>
