Upgraded HttpCore to version 4.4
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1646863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e767d59e5d
commit
88b56ddb3f
2
pom.xml
2
pom.xml
|
@ -66,7 +66,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.6</maven.compiler.source>
|
<maven.compiler.source>1.6</maven.compiler.source>
|
||||||
<maven.compiler.target>1.6</maven.compiler.target>
|
<maven.compiler.target>1.6</maven.compiler.target>
|
||||||
<httpcore.version>4.4-beta1</httpcore.version>
|
<httpcore.version>4.4</httpcore.version>
|
||||||
<commons-logging.version>1.2</commons-logging.version>
|
<commons-logging.version>1.2</commons-logging.version>
|
||||||
<commons-codec.version>1.9</commons-codec.version>
|
<commons-codec.version>1.9</commons-codec.version>
|
||||||
<ehcache.version>2.6.9</ehcache.version>
|
<ehcache.version>2.6.9</ehcache.version>
|
||||||
|
|
Loading…
Reference in New Issue