Skip to content

Commit

Permalink
P4ADEV-1810-fix-activity-io-notification
Browse files Browse the repository at this point in the history
  • Loading branch information
LarissaASLeite committed Dec 19, 2024
1 parent a5ebf59 commit ea2765d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,11 @@ dependencies {

// Security fixes
implementation("org.yaml:snakeyaml:$snakeYamlVersion")
implementation("com.google.protobuf:protobuf-java:$protobufJavaVersion")

implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:$jacksonModuleVersion")

//temporal
implementation("io.temporal:temporal-spring-boot-starter:$temporalVersion"){
exclude(group = "com.google.protobuf", module = "protobuf-java")
}
implementation("io.temporal:temporal-spring-boot-starter:$temporalVersion")

// Testing
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit ea2765d

Please sign in to comment.