summaryrefslogtreecommitdiff
path: root/java/client/example
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-06-11 16:43:57 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-06-11 16:43:57 +0000
commit9889573f94c99b252395262f73afe1c9055d59e7 (patch)
tree9633f0ed0430f8c09eab9b9bfc37291f0a43d677 /java/client/example
parenta1b3eef439d082d62d2dc1188c14e795418c8416 (diff)
downloadqpid-python-9889573f94c99b252395262f73afe1c9055d59e7.tar.gz
Removed log4j dependency from client. Using slf4j instead, end-user to supply logging implementation as desired. Log4j used for tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
-rw-r--r--java/client/example/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/client/example/pom.xml b/java/client/example/pom.xml
index c9d69c52a8..50680666e1 100644
--- a/java/client/example/pom.xml
+++ b/java/client/example/pom.xml
@@ -43,12 +43,18 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-common</artifactId>
</dependency>
+
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
</dependency>
<dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
</dependency>