diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-22 19:47:46 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-01-22 20:44:09 +0200 |
commit | 39af7639af174bd6b3d9b91bf8bf3ab1c03422ce (patch) | |
tree | dac7c920cd0f15a0bc2ec242141b30123a0db0a5 /client-compiler | |
parent | 4d22f802c82f795c4fa874c3f79b9612b858717e (diff) | |
download | vaadin-framework-39af7639af174bd6b3d9b91bf8bf3ab1c03422ce.tar.gz vaadin-framework-39af7639af174bd6b3d9b91bf8bf3ab1c03422ce.zip |
Update httpcomponents dependencies (#12871).
httpclient 4.1.2 -> 4.3.1, now directly from Maven central
httpcore 4.1.2 -> 4.3, now directly from Maven central
httpmime 4.1.2 -> 4.3.1, now directly from Maven central
Change-Id: I0056993edc1e14262da7697ed550b70cc2ed79c9
Diffstat (limited to 'client-compiler')
-rw-r--r-- | client-compiler/ivy.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 6a0c26cc11..3ec72121cb 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -58,6 +58,13 @@ <dependency org="org.apache.james" name="apache-mime4j" rev="0.6" conf="build,ide -> default" /> + <dependency org="org.apache.httpcomponents" name="httpclient" + rev="4.3.1" conf="build,ide -> default" /> + <dependency org="org.apache.httpcomponents" name="httpcore" + rev="4.3" conf="build,ide -> default" /> + <dependency org="org.apache.httpcomponents" name="httpmime" + rev="4.3.1" conf="build,ide -> default" /> + <dependency org="com.vaadin" name="vaadin-client-compiler-deps" rev="1.0.2" conf="build,ide -> default" /> |