You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by yh...@apache.org on 2024/03/14 18:10:10 UTC

(beam) branch release-2.55.0 updated: Add hamcrest as an implementation dependency (#30635) (#30637)

This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch release-2.55.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.55.0 by this push:
     new 18d5bd11911 Add hamcrest as an implementation dependency (#30635) (#30637)
18d5bd11911 is described below

commit 18d5bd119114b9a1cdf2fab09f0dd439b7a48e69
Author: Yi Hu <ya...@google.com>
AuthorDate: Thu Mar 14 14:10:03 2024 -0400

    Add hamcrest as an implementation dependency (#30635) (#30637)
---
 sdks/java/io/google-cloud-platform/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/java/io/google-cloud-platform/build.gradle b/sdks/java/io/google-cloud-platform/build.gradle
index f4f9e7a2dc3..5554d9964ac 100644
--- a/sdks/java/io/google-cloud-platform/build.gradle
+++ b/sdks/java/io/google-cloud-platform/build.gradle
@@ -116,8 +116,8 @@ dependencies {
   permitUnusedDeclared library.java.grpc_google_cloud_pubsublite_v1 // BEAM-11761
   implementation library.java.guava
   implementation library.java.http_client
-  provided library.java.hamcrest
-  permitUnusedDeclared library.java.hamcrest // BEAM-11761
+  implementation library.java.hamcrest
+  permitUnusedDeclared library.java.hamcrest // Needed for PipelineOptionRegistrar auto-service that registered TestPipelineOptions interfaces
   implementation library.java.http_core
   implementation library.java.jackson_core
   implementation library.java.jackson_databind