summaryrefslogtreecommitdiffstats
path: root/client-compiler/ivy.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-01-22 19:50:32 +0200
committerArtur Signell <artur@vaadin.com>2014-01-27 13:41:56 +0200
commit881fca3dad51eb95378c99a22dbb4d988ac24cf1 (patch)
treeb9da2d2378da11f016f2df6194eb3222a8ca69af /client-compiler/ivy.xml
parent39af7639af174bd6b3d9b91bf8bf3ab1c03422ce (diff)
downloadvaadin-framework-881fca3dad51eb95378c99a22dbb4d988ac24cf1.tar.gz
vaadin-framework-881fca3dad51eb95378c99a22dbb4d988ac24cf1.zip
Update nekohtml + xalan dependencies (#12871).
nekohtml 1.9.15 -> 1.9.19, now directly from Maven central xerces 2.9.1 -> 2.11.0, now directly from Maven central Change-Id: I7b9acd066f73ea546d46ce88065496c628ad5799
Diffstat (limited to 'client-compiler/ivy.xml')
-rw-r--r--client-compiler/ivy.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml
index 3ec72121cb..37fec29f5a 100644
--- a/client-compiler/ivy.xml
+++ b/client-compiler/ivy.xml
@@ -65,6 +65,15 @@
<dependency org="org.apache.httpcomponents" name="httpmime"
rev="4.3.1" conf="build,ide -> default" />
+ <dependency org="net.sourceforge.nekohtml" name="nekohtml"
+ rev="1.9.19" conf="build,ide -> default" />
+ <dependency org="xalan" name="serializer" rev="2.7.1"
+ conf="build,ide -> default" />
+ <dependency org="xerces" name="xercesImpl" rev="2.11.0"
+ conf="build,ide -> default" />
+ <dependency org="xml-apis" name="xml-apis" rev="1.4.01"
+ conf="build,ide -> default" />
+
<dependency org="com.vaadin" name="vaadin-client-compiler-deps"
rev="1.0.2" conf="build,ide -> default" />