diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-07-29 16:17:06 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-07-29 16:17:06 +0000 |
| commit | fca09590fbb8da03d08d94476ca7f09d780a082a (patch) | |
| tree | 57e9eca0ea03c278ee73304b6ce0fe13bd56ad87 /java/build.deps | |
| parent | 3f14891fcac6df559a39e259b8167966a0450a29 (diff) | |
| download | qpid-python-fca09590fbb8da03d08d94476ca7f09d780a082a.tar.gz | |
QPID-1203: use slf4j instead of log4j directly
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@680751 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.deps')
| -rw-r--r-- | java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps index eb61cf6c15..cbc881f0a5 100644 --- a/java/build.deps +++ b/java/build.deps @@ -35,7 +35,7 @@ broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ broker-plugins.libs=${common.libs} ${felix.libs} -junit-toolkit.libs=${log4j} ${junit} +junit-toolkit.libs=${log4j} ${junit} ${slf4j-api} test.libs=${slf4j-log4j} ${junit-toolkit.libs} systests.libs=${client.libs} ${test.libs} ${broker.libs} perftests.libs=${systests.libs} |
