Skip to content

Commit

Permalink
fix: dependency divergence
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Nov 22, 2024
1 parent cc9116d commit 182785b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ tasks.withType(JavaCompile) {
options.compilerArgs.add("-parameters")
}

configurations.all {
resolutionStrategy {
// micronaut bom import version not compatible with google one
force("com.google.protobuf:protobuf-java:3.25.3")
force("com.google.protobuf:protobuf-java-util:3.25.3")
}
}

dependencies {
// Platform
annotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
Expand All @@ -60,7 +52,7 @@ dependencies {
compileOnly'org.slf4j:slf4j-api'

// libs
api platform('com.google.cloud:libraries-bom:26.47.0')
api platform('com.google.cloud:libraries-bom:26.50.0')
api 'com.google.cloud:google-cloud-storage'
}

Expand Down

0 comments on commit 182785b

Please sign in to comment.