Skip to content

Commit

Permalink
tls example remove protovalidate starter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Sep 30, 2023
1 parent b9a3ba2 commit 43477e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
dependencies {
implementation(project(":grpc-starters:grpc-boot-starter"))
implementation("io.grpc:grpc-testing-proto")
implementation(project(":grpc-starters:grpc-starter-protovalidate"))

testImplementation(project(":grpc-starters:grpc-starter-test"))
}
Expand Down

0 comments on commit 43477e9

Please sign in to comment.