summaryrefslogtreecommitdiff
path: root/java/common/pom.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-11-28 19:45:39 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-11-28 19:45:39 +0000
commit003ba02e4e1d08f87f15e8cd616c263ccc776bff (patch)
tree36c2773d885513b7a03f858e462f97d968675de1 /java/common/pom.xml
parentc2a5e2adaf93c23fb619a939a3aff8f600f4484d (diff)
downloadqpid-python-003ba02e4e1d08f87f15e8cd616c263ccc776bff.tar.gz
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
Diffstat (limited to 'java/common/pom.xml')
-rw-r--r--java/common/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml
index d6a102c25e..a9ca3847f4 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -162,12 +162,12 @@
<version>1.4.0</version>
<scope>test</scope>
</dependency>
-
+<!--
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-java5</artifactId>
</dependency>
-
+-->
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-filter-ssl</artifactId>