diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-07-14 13:02:43 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-07-14 13:02:43 +0000 |
| commit | fc9e0db0b5c67758b70d1445358f7cd7f610384e (patch) | |
| tree | 80e219a7e333f71edf0d254f33167cce897a2810 /java/lib | |
| parent | ed0c40f2f88ca052137543fa0770c2be5467787f (diff) | |
| download | qpid-python-fc9e0db0b5c67758b70d1445358f7cd7f610384e.tar.gz | |
QPID-2498: upgrade Mina to 1.1.7.
Applied patch by Keith Wall <keith.wall@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1146677 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib')
| -rw-r--r-- | java/lib/backport-util-concurrent-2.2.jar | bin | 326319 -> 0 bytes | |||
| -rwxr-xr-x | java/lib/mina-core-1.0.1.jar | bin | 313338 -> 0 bytes | |||
| -rw-r--r-- | java/lib/mina-core-1.1.7.jar | bin | 0 -> 315582 bytes | |||
| -rwxr-xr-x | java/lib/mina-filter-ssl-1.0.1.jar | bin | 28950 -> 0 bytes | |||
| -rw-r--r-- | java/lib/mina-filter-ssl-1.1.7.jar | bin | 0 -> 29188 bytes | |||
| -rw-r--r-- | java/lib/poms/backport-util-concurrent-2.2.xml | 22 | ||||
| -rw-r--r-- | java/lib/poms/mina-core-1.0.1.xml | 2 | ||||
| -rw-r--r-- | java/lib/poms/mina-filter-ssl-1.0.1.xml | 2 |
8 files changed, 2 insertions, 24 deletions
diff --git a/java/lib/backport-util-concurrent-2.2.jar b/java/lib/backport-util-concurrent-2.2.jar Binary files differdeleted file mode 100644 index 20a16877bd..0000000000 --- a/java/lib/backport-util-concurrent-2.2.jar +++ /dev/null diff --git a/java/lib/mina-core-1.0.1.jar b/java/lib/mina-core-1.0.1.jar Binary files differdeleted file mode 100755 index f12067aa90..0000000000 --- a/java/lib/mina-core-1.0.1.jar +++ /dev/null diff --git a/java/lib/mina-core-1.1.7.jar b/java/lib/mina-core-1.1.7.jar Binary files differnew file mode 100644 index 0000000000..a5fc451cc7 --- /dev/null +++ b/java/lib/mina-core-1.1.7.jar diff --git a/java/lib/mina-filter-ssl-1.0.1.jar b/java/lib/mina-filter-ssl-1.0.1.jar Binary files differdeleted file mode 100755 index 53738e6498..0000000000 --- a/java/lib/mina-filter-ssl-1.0.1.jar +++ /dev/null diff --git a/java/lib/mina-filter-ssl-1.1.7.jar b/java/lib/mina-filter-ssl-1.1.7.jar Binary files differnew file mode 100644 index 0000000000..40bdc919e1 --- /dev/null +++ b/java/lib/mina-filter-ssl-1.1.7.jar diff --git a/java/lib/poms/backport-util-concurrent-2.2.xml b/java/lib/poms/backport-util-concurrent-2.2.xml deleted file mode 100644 index 6df4cfca40..0000000000 --- a/java/lib/poms/backport-util-concurrent-2.2.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<dep> - <groupId>backport-util-concurrent</groupId> - <artifactId>backport-util-concurrent</artifactId> - <version>2.2</version> -</dep> diff --git a/java/lib/poms/mina-core-1.0.1.xml b/java/lib/poms/mina-core-1.0.1.xml index 87fb96999f..eee6108082 100644 --- a/java/lib/poms/mina-core-1.0.1.xml +++ b/java/lib/poms/mina-core-1.0.1.xml @@ -18,5 +18,5 @@ <dep> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>1.0.1</version> + <version>1.1.7</version> </dep> diff --git a/java/lib/poms/mina-filter-ssl-1.0.1.xml b/java/lib/poms/mina-filter-ssl-1.0.1.xml index ae41d7ed63..52daba7eed 100644 --- a/java/lib/poms/mina-filter-ssl-1.0.1.xml +++ b/java/lib/poms/mina-filter-ssl-1.0.1.xml @@ -18,5 +18,5 @@ <dep> <groupId>org.apache.mina</groupId> <artifactId>mina-filter-ssl</artifactId> - <version>1.0.1</version> + <version>1.1.7</version> </dep> |
