diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2018-04-27 13:21:34 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-04-27 12:21:34 +0200 |
commit | 7ef86dc0854064f81002a00c05fdca14c3e8fd74 (patch) | |
tree | 9fc276b60e2706558e2892703c4e2cb7ce8d1c5a /pom.xml | |
parent | 0ff985da0fc2f3372380dbf55711908f8168a549 (diff) | |
download | vaadin-framework-7ef86dc0854064f81002a00c05fdca14c3e8fd74.tar.gz vaadin-framework-7ef86dc0854064f81002a00c05fdca14c3e8fd74.zip |
Upgrade atmosphere to 2.4.24.vaadin1 (#10847)
Fixes #10816
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,7 @@ <javax.portlet.version>2.0</javax.portlet.version> <vaadin.sass.version>0.9.13</vaadin.sass.version> <!-- Note that this should be kept in sync with the class Constants --> - <atmosphere.runtime.version>2.4.21.vaadin1</atmosphere.runtime.version> + <atmosphere.runtime.version>2.4.24.vaadin1</atmosphere.runtime.version> <!-- OSGi --> <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment> @@ -353,7 +353,6 @@ <scope>test</scope> </dependency> </dependencies> - <build> <pluginManagement> <plugins> |