diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-01-22 15:57:20 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-01-22 15:57:20 +0000 |
| commit | 4510276f7cdc7d574b29563b57d8576de9f63e88 (patch) | |
| tree | e7d225251fadf24962640dcb2a8974c611eeeb33 /qpid/java/systests | |
| parent | da684a3b32132ecfce4cd865f45ab50e0d48a7f7 (diff) | |
| download | qpid-python-4510276f7cdc7d574b29563b57d8576de9f63e88.tar.gz | |
QPID-5048: Logging dependency and configuration tidy up for maven build
Patch Supplied by Andrew MacBean <andymacbean@gmail.com>.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>${log4j-version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j-version}</version> + <scope>compile</scope> + </dependency> + <!-- client deps --> <dependency> <groupId>org.apache.qpid</groupId> @@ -242,6 +256,9 @@ <!-- Skip the default test phase, bind to the integration-test phase below instead --> <skip>true</skip> + <systemPropertyVariables> + <log4j.configuration.file>${project.basedir}${file.separator}..${file.separator}test-profiles${file.separator}log4j-test.xml</log4j.configuration.file> + </systemPropertyVariables> </configuration> <executions> <execution> |
