Skip to content

Commit e4d799e

Browse files
committed
Use correct dependency name for rs-api
1 parent 86782e9 commit e4d799e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
api group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
3232
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
3333
api group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
34-
api group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '3.1.0'
34+
api group: 'jakarta.ws.rs', name: 'jakarta.ws.rs-api', version: '3.1.0'
3535
api group: 'com.github.f4b6a3', name: 'uuid-creator', version: '5.2.0'
3636
api group: 'io.grpc', name: 'grpc-protobuf', version: '1.53.0'
3737
api group: 'io.grpc', name: 'grpc-stub', version: '1.53.0'

0 commit comments

Comments
 (0)