Skip to content

Commit

Permalink
fix(gradle): replace impl with jersey one
Browse files Browse the repository at this point in the history
is more in line with what we use for our server impl
  • Loading branch information
NuttyShrimp committed Apr 15, 2024
1 parent 606bc40 commit cfb26f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ dependencies {

// Websocket client libs
compileOnly 'jakarta.websocket:jakarta.websocket-client-api:2.2.0-M1'
implementation 'org.glassfish.tyrus.bundles:tyrus-standalone-client:2.2.0-M1'
// Impl for jakarta websocket clients
implementation 'org.eclipse.jetty.websocket:websocket-jakarta-client:11.0.20'

// Database
implementation('com.h2database:h2:2.2.220')
Expand Down

0 comments on commit cfb26f7

Please sign in to comment.