summaryrefslogtreecommitdiffstats
path: root/client-compiler/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-01-22 19:47:46 +0200
committerArtur Signell <artur@vaadin.com>2014-01-22 20:44:09 +0200
commit39af7639af174bd6b3d9b91bf8bf3ab1c03422ce (patch)
treedac7c920cd0f15a0bc2ec242141b30123a0db0a5 /client-compiler/ivy.xml
parent4d22f802c82f795c4fa874c3f79b9612b858717e (diff)
downloadvaadin-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/ivy.xml')
-rw-r--r--client-compiler/ivy.xml7
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" />