Skip to content

Commit

Permalink
Enforce GCP BOM on sdks/java/harness
Browse files Browse the repository at this point in the history
  • Loading branch information
apilloud authored and ruslan-ikhsan committed Nov 30, 2022
1 parent 2ccee17 commit 1fa52dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/java/harness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ configurations {

dependencies {
// provided dependencies are declared early so they can be resolved in shadowClosure
provided enforcedPlatform(library.java.google_cloud_platform_libraries_bom)

// :sdks:java:core and transitive dependencies
provided project(path: ":model:pipeline", configuration: "shadow")
Expand Down Expand Up @@ -72,6 +73,7 @@ description = "Apache Beam :: SDKs :: Java :: Harness"
ext.summary = "This contains the SDK Fn Harness for Beam Java"

dependencies {
implementation enforcedPlatform(library.java.google_cloud_platform_libraries_bom)
implementation project(path: ":model:fn-execution", configuration: "shadow")
implementation project(":runners:core-construction-java")
implementation project(":runners:core-java")
Expand Down

0 comments on commit 1fa52dc

Please sign in to comment.