mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 11:17:40 +08:00
PL-8897 Decrease Atmosphere log level of errors on disconnect to debug
This commit is contained in:
parent
df8e06b08b
commit
1bb15e692a
@ -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')
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user