Skip to content

Commit

Permalink
Updates javax websocket server version
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Sep 13, 2023
1 parent 687a3fe commit ba3a76d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ apply plugin: 'opensearch.java'
group = 'hdfs'

versions << [
'jetty': '12.0.1'
'jetty': '12.0.1',
'jettywebsocket': '9.4.52.v20230823'
]

dependencies {
Expand Down Expand Up @@ -63,7 +64,7 @@ dependencies {
api "com.google.protobuf:protobuf-java:${versions.protobuf}"
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jettywebsocket}"
api 'org.apache.zookeeper:zookeeper:3.9.0'
api "org.apache.commons:commons-text:1.10.0"
api "commons-net:commons-net:3.9.0"
Expand Down

0 comments on commit ba3a76d

Please sign in to comment.