This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git
commit f833ce178691d86bd965e89253beb0778aad1b29 Author: Christian Schneider <[email protected]> AuthorDate: Tue Feb 27 10:44:13 2018 +0100 SLING-7519 Add slf4j simple to get log output when running tests in eclipse --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 146e1ab..41bbc14 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,11 @@ <version>${org.ops4j.pax.exam.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact [email protected].
