From 003ba02e4e1d08f87f15e8cd616c263ccc776bff Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 28 Nov 2007 19:45:39 +0000 Subject: Changed the MINA version to 1.1.5. Now the Broker module does not compile as it seem to depend on an obselete package. So I haev commented the broker module in the build. We can move the broker code to work with the new MINA version during the f2f. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@599116 13f79535-47bb-0310-9956-ffa450edef68 --- java/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'java/pom.xml') diff --git a/java/pom.xml b/java/pom.xml index 6702a21623..f99b9ae488 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -149,7 +149,7 @@ under the License. plugins common - broker + client cluster systests @@ -503,18 +503,20 @@ under the License. org.apache.mina mina-core - 1.0.0 + 1.1.5 org.apache.mina mina-filter-ssl - 1.0.0 + 1.1.5 + backport-util-concurrent backport-util-concurrent -- cgit v1.2.1