mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
PL-7896 Uber-JAR deployment (add websocket support)
This commit is contained in:
parent
8d4382389d
commit
99c3b6bfb6
@ -822,6 +822,7 @@ configure(uberJarModule) {
|
||||
compile(bom['org.eclipse.jetty:jetty-webapp'])
|
||||
compile(bom['org.eclipse.jetty:jetty-plus'])
|
||||
compile(bom['org.eclipse.jetty:jetty-jndi'])
|
||||
compile(bom['org.eclipse.jetty.websocket:websocket-server'])
|
||||
compile(bom['commons-cli:commons-cli'])
|
||||
compile(bom['commons-io:commons-io'])
|
||||
compile(bom['com.google.guava:guava'])
|
||||
|
@ -120,8 +120,9 @@ com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson}
|
||||
com.fasterxml.jackson.dataformat/jackson-dataformat-yaml = ${com.fasterxml.jackson}
|
||||
org.codehaus.jackson/jackson-mapper-asl = 1.9.13
|
||||
|
||||
org.eclipse.jetty = 9.4.2.v20170220
|
||||
org.eclipse.jetty = 9.2.21.v20170120
|
||||
org.eclipse.jetty/jetty-server = ${org.eclipse.jetty}
|
||||
org.eclipse.jetty/jetty-webapp = ${org.eclipse.jetty}
|
||||
org.eclipse.jetty/jetty-plus = ${org.eclipse.jetty}
|
||||
org.eclipse.jetty/jetty-jndi = ${org.eclipse.jetty}
|
||||
org.eclipse.jetty/jetty-jndi = ${org.eclipse.jetty}
|
||||
org.eclipse.jetty.websocket/websocket-server = ${org.eclipse.jetty}
|
Loading…
Reference in New Issue
Block a user