From 4510276f7cdc7d574b29563b57d8576de9f63e88 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 22 Jan 2014 15:57:20 +0000 Subject: QPID-5048: Logging dependency and configuration tidy up for maven build Patch Supplied by Andrew MacBean . git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560392 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/systests/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'qpid/java/systests') diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml index a732c9a00c..98086bbe9e 100644 --- a/qpid/java/systests/pom.xml +++ b/qpid/java/systests/pom.xml @@ -55,6 +55,20 @@ compile + + log4j + log4j + ${log4j-version} + compile + + + + org.slf4j + slf4j-api + ${slf4j-version} + compile + + org.apache.qpid @@ -242,6 +256,9 @@ true + + ${project.basedir}${file.separator}..${file.separator}test-profiles${file.separator}log4j-test.xml + -- cgit v1.2.1