summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-07-23 14:37:13 +0000
committerRafael H. Schloming <rhs@apache.org>2007-07-23 14:37:13 +0000
commit5fccb091a67e7c13cf964329d6c0c8b03869cf3d (patch)
tree80131462f1ebc2d28cbd146230357b1772554cf0 /qpid/java/pom.xml
parent9174ccc18fa66e521752e74991d4d9e4ccdf8ab3 (diff)
downloadqpid-python-5fccb091a67e7c13cf964329d6c0c8b03869cf3d.tar.gz
Specify the correct version for slf4j-simple. Without this there are two conflicting org.slf4j.Logger classes on the path.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@558744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index cf39e43ecc..87ed34846f 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -486,7 +486,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.0</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>