PL-8897 Decrease Atmosphere log level of errors on disconnect to debug

This commit is contained in:
Yuriy Artamonov 2017-04-05 17:58:03 +04:00
parent df8e06b08b
commit 1bb15e692a
2 changed files with 6 additions and 2 deletions

View File

@ -476,7 +476,10 @@ configure(webModule) {
compile(bom['commons-fileupload:commons-fileupload'])
compile(bom['org.springframework:spring-webmvc'])
compile(bom['com.vaadin:vaadin-push'])
compile(bom['com.vaadin:vaadin-push']) {
exclude(group: 'com.vaadin.external.atmosphere', module: 'atmosphere-runtime')
}
compile(bom['com.vaadin.external.atmosphere:atmosphere-runtime'])
compile(bom['com.vaadin:vaadin-shared'])
compile(bom['com.vaadin:vaadin-server']) {
exclude(group: 'com.vaadin', module: 'vaadin-sass-compiler')

View File

@ -79,13 +79,14 @@ org.hibernate/hibernate-core = 3.3.1.GA
org.hibernate/hibernate-validator = 5.3.0.Final
org.glassfish.web/javax.el = 2.2.6
com.vaadin = 7.7.8.cuba.0
com.vaadin = 7.7.8.cuba.1
com.vaadin/vaadin-shared = ${com.vaadin}
com.vaadin/vaadin-server = ${com.vaadin}
com.vaadin/vaadin-client = ${com.vaadin}
com.vaadin/vaadin-client-compiler = ${com.vaadin}
com.vaadin/vaadin-themes = ${com.vaadin}
com.vaadin/vaadin-push = ${com.vaadin}
com.vaadin.external.atmosphere/atmosphere-runtime = 2.2.9.vaadin2.cuba0
com.google.gwt = 2.8.0
com.google.gwt/gwt-elemental = ${com.google.gwt}