]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update nekohtml + xalan dependencies (#12871).
authorArtur Signell <artur@vaadin.com>
Wed, 22 Jan 2014 17:50:32 +0000 (19:50 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 27 Jan 2014 11:41:56 +0000 (13:41 +0200)
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

client-compiler/ivy.xml

index 3ec72121cb4b5ceae805be8e54b6ae28ebe31200..37fec29f5a743f2e12a3e7ae8547e363ff7d5681 100644 (file)
         <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" />