File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,11 +477,11 @@ project("spring-websocket") {
477
477
}
478
478
optional(" org.glassfish.tyrus:tyrus-websocket-core:1.0-SNAPSHOT" )
479
479
optional(" org.glassfish.tyrus:tyrus-container-servlet:1.0-SNAPSHOT" )
480
- optional(" org.eclipse.jetty:jetty-webapp:9.0.1.v20130408 " ) {
480
+ optional(" org.eclipse.jetty:jetty-webapp:9.0.3.v20130506 " ) {
481
481
exclude group : " org.eclipse.jetty.orbit" , module : " javax.servlet"
482
482
}
483
- optional(" org.eclipse.jetty.websocket:websocket-server:9.0.1.v20130408 " )
484
- optional(" org.eclipse.jetty.websocket:websocket-client:9.0.1.v20130408 " )
483
+ optional(" org.eclipse.jetty.websocket:websocket-server:9.0.3.v20130506 " )
484
+ optional(" org.eclipse.jetty.websocket:websocket-client:9.0.3.v20130506 " )
485
485
optional(" com.fasterxml.jackson.core:jackson-databind:2.2.0" ) // required for SockJS support currently
486
486
}
487
487
You can’t perform that action at this time.
0 commit comments