Skip to content

Commit

Permalink
fix: Use io.cloudquery:plugin-sdk-java (#16530)
Browse files Browse the repository at this point in the history
Follow-up for package renaming
  • Loading branch information
candiduslynx committed Feb 6, 2024
1 parent 7c26840 commit 6e03293
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/source/bitbucket/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

// This dependency is used by the application.
implementation "com.fasterxml.jackson.core:jackson-core:2.15.1"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.1"
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.konghq:unirest-java:3.14.2'
implementation "io.grpc:grpc-protobuf:1.57.1"
implementation "io.grpc:grpc-stub:1.57.1"
implementation "io.grpc:grpc-services:1.57.1"
implementation "io.grpc:grpc-testing:1.57.1"
implementation 'io.grpc:grpc-protobuf:1.57.1'
implementation 'io.grpc:grpc-stub:1.57.1'
implementation 'io.grpc:grpc-services:1.57.1'
implementation 'io.grpc:grpc-testing:1.57.1'

implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'

implementation "io.cloudquery:plugin-pb-java:0.0.11"
implementation 'io.cloudquery.plugin.sdk:lib:0.0.16'
implementation 'io.cloudquery:plugin-pb-java:0.0.13'
implementation 'io.cloudquery:plugin-sdk-java:0.0.20'
}

// Apply a specific Java toolchain to ease working on different environments.
Expand Down

0 comments on commit 6e03293

Please sign in to comment.