This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b3e0cb6 Camel-Openstack: Better logging configuration for tests b3e0cb6 is described below commit b3e0cb6210ebd0d1f495bd395ba93c45c2e55e4c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 24 08:39:50 2019 +0200 Camel-Openstack: Better logging configuration for tests --- components/camel-openstack/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/camel-openstack/pom.xml b/components/camel-openstack/pom.xml index 838d890..0968f75 100644 --- a/components/camel-openstack/pom.xml +++ b/components/camel-openstack/pom.xml @@ -67,6 +67,22 @@ <scope>test</scope> </dependency> + <!-- logging --> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>