diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-10-07 16:38:51 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-10-07 14:37:36 +0000 |
commit | cef3c7e5ec6156af9d4b9686047bc04c2c7b1c3f (patch) | |
tree | 443938ad7d425e64350608a81fd9a8274bb29cdc /pom.xml | |
parent | 17fd6b776eb667683139d211c0232d53c173a2c9 (diff) | |
download | vaadin-framework-cef3c7e5ec6156af9d4b9686047bc04c2c7b1c3f.tar.gz vaadin-framework-cef3c7e5ec6156af9d4b9686047bc04c2c7b1c3f.zip |
Add push module to apiDiff profile to be able to resolve dependencies.
Change-Id: I36a44a162e631bf21daabb4d25fd855883eaa1d6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -631,6 +631,7 @@ </activation> <modules> <module>server</module> + <module>push</module> <module>client</module> <module>compatibility-server</module> <module>compatibility-client</module> |