Skip to content

Commit

Permalink
002714: Upgrade Jetty to the latest 9.2 version and enable websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 10, 2016
1 parent f8d219d commit cee8358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions symmetric-assemble/build.gradle
Expand Up @@ -225,6 +225,8 @@ project(':symmetric-server') {
provided "org.eclipse.jetty:jetty-servlets:$jettyVersion"
provided "org.eclipse.jetty:jetty-webapp:$jettyVersion"
provided "org.eclipse.jetty:jetty-jmx:$jettyVersion"
provided "javax.websocket:javax.websocket-api:1.0"
provided "org.eclipse.jetty.websocket:javax-websocket-server-impl:$jettyVersion"
provided "mx4j:mx4j-tools:3.0.1"

testCompile project(path: ':symmetric-util', configuration: 'testArtifacts')
Expand Down
2 changes: 1 addition & 1 deletion symmetric-assemble/common.gradle
Expand Up @@ -171,7 +171,7 @@ subprojects { subproject ->
bouncyCastleVersion = '140'
animalSnifferVersion = '1.10'
jnaVersion = '4.1.0'
jettyVersion = '9.2.13.v20150730'
jettyVersion = '9.2.18.v20160721'

env = System.getenv()
}
Expand Down

0 comments on commit cee8358

Please sign in to comment.