Update Spymemcached version from 2.6 to 2.11.4.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1631273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-10-13 00:44:19 +00:00
parent a73156227c
commit 68a2f45200
3 changed files with 9 additions and 15 deletions

View File

@ -10,6 +10,12 @@ Release 4.4-BETA2
* Update Ehcache version from 2.2.0 to 2.6.9.
Contributed by Gary Gregory <ggregory at apache.org>
* Update Ehcache version from 2.2.0 to 2.6.9.
Contributed by Gary Gregory <ggregory at apache.org>
* Update Spymemcached version from 2.6 to 2.11.4.
Contributed by Gary Gregory <ggregory at apache.org>
Release 4.4 BETA1
-------------------

View File

@ -64,7 +64,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>spy</groupId>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<scope>compile</scope>
<optional>true</optional>

16
pom.xml
View File

@ -70,7 +70,7 @@
<commons-logging.version>1.2</commons-logging.version>
<commons-codec.version>1.9</commons-codec.version>
<ehcache.version>2.6.9</ehcache.version>
<memcached.version>2.6</memcached.version>
<memcached.version>2.11.4</memcached.version>
<slf4j.version>1.5.11</slf4j.version>
<junit.version>4.11</junit.version>
<easymock.version>2.5.2</easymock.version>
@ -80,18 +80,6 @@
<api.comparison.version>4.3</api.comparison.version>
</properties>
<repositories>
<repository>
<id>spy</id>
<name>Spy Repository</name>
<layout>default</layout>
<url>http://files.couchbase.com/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
@ -120,7 +108,7 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>spy</groupId>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>${memcached.version}</version>
</dependency>