summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/common/pom.xml4
-rw-r--r--java/pom.xml10
2 files changed, 8 insertions, 6 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>
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.
<modules>
<module>plugins</module>
<module>common</module>
- <module>broker</module>
+ <!-- <module>broker</module> -->
<module>client</module>
<module>cluster</module>
<module>systests</module>
@@ -503,18 +503,20 @@ under the License.
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
- <version>1.0.0</version>
+ <version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-filter-ssl</artifactId>
- <version>1.0.0</version>
+ <version>1.1.5</version>
</dependency>
+ <!--
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-java5</artifactId>
- <version>1.0.0</version>
+ <version>1.1.5</version>
</dependency>
+ -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>