Skip to content

Commit

Permalink
fix: Fix Recommendationengine bazel dependencies
Browse files Browse the repository at this point in the history
Without this fix the java_proto_library generates another copy of com.google.api.HttpBody, which causes a problem because this class is already included in the common java library.

PiperOrigin-RevId: 314672365
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 4, 2020
1 parent c1fae18 commit 8dbe1d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google/cloud/recommendationengine/v1beta1/BUILD.bazel
Expand Up @@ -81,7 +81,6 @@ java_proto_library(
name = "recommendationengine_java_proto",
deps = [
":recommendationengine_proto",
"//google/api:httpbody_proto",
],
)

Expand All @@ -102,7 +101,7 @@ java_gapic_library(
],
deps = [
":recommendationengine_java_proto",
"//google/api:httpbody_proto",
"//google/api:api_java_proto",
],
)

Expand Down

0 comments on commit 8dbe1d7

Please sign in to comment.