diff options
author | Artur <artur@vaadin.com> | 2017-08-07 11:29:33 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-08-07 11:29:33 +0300 |
commit | bc9270b6796a2373cbda9ac5758c88592c76a9fb (patch) | |
tree | ae6085f00d9a5957266c2db39a80dd9afb6e3a93 /pom.xml | |
parent | d4fdcb9b469e64d58a0f8df4fd19b69fc515d8a4 (diff) | |
download | vaadin-framework-bc9270b6796a2373cbda9ac5758c88592c76a9fb.tar.gz vaadin-framework-bc9270b6796a2373cbda9ac5758c88592c76a9fb.zip |
Update Atmosphere version to remove warnings which are irrelevant (#9770)
Fixes #8292
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 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.11.vaadin1</atmosphere.runtime.version> + <atmosphere.runtime.version>2.4.11.vaadin2</atmosphere.runtime.version> <!-- OSGi --> <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment> |