]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure widgets is built before all (#15544)
authorArtur Signell <artur@vaadin.com>
Mon, 12 Jan 2015 11:50:26 +0000 (13:50 +0200)
committerArtur Signell <artur@vaadin.com>
Mon, 12 Jan 2015 12:00:16 +0000 (14:00 +0200)
Change-Id: Ie1adc9a456b750c7cc5c55620ad5364c7e4f1984

all/ivy.xml
ivysettings.xml

index 81768555faa7049add577500ae7cb357acd6fbad..156588485f28d06bb073a29a7020a7d380b3caca 100644 (file)
@@ -31,6 +31,7 @@
         <dependency org="com.vaadin" name="vaadin-client-compiled"
             rev="${vaadin.version}" />
         <dependency org="com.vaadin" name="vaadin-push" rev="${vaadin.version}" />
+        <dependency org="com.vaadin" name="vaadin-widgets" rev="${vaadin.version}" />
 
     </dependencies>
 
index 981ef2006d07562ab5653daa537cb4c0c844583f..bc60be5e29529b417fe94d06e279ff0f3d871795 100644 (file)
@@ -43,6 +43,8 @@
             resolver="build-temp" />
         <module organisation="com.vaadin" name="vaadin-push"
             resolver="build-temp" />
+        <module organisation="com.vaadin" name="vaadin-widgets"
+            resolver="build-temp" />
         <module organisation="com.vaadin" name="vaadin-liferay"
             resolver="build-temp" />
     </modules>