Skip to content

Commit

Permalink
chore(dependency): add implementation for protobuf in yandex
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarulg committed Oct 15, 2024
1 parent 707d335 commit 26d0930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clouddriver-yandex/clouddriver-yandex.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ dependencies {
implementation "com.squareup.retrofit:retrofit"
implementation "org.springframework.boot:spring-boot-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "com.google.protobuf:protobuf-java"
implementation "com.google.protobuf:protobuf-java-util"

testImplementation project(":clouddriver-web")
testImplementation "cglib:cglib-nodep"
Expand Down

0 comments on commit 26d0930

Please sign in to comment.