Skip to content
/ beam Public
forked from apache/beam

Commit

Permalink
Fix Python postcommits (apache#30333)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored Feb 16, 2024
1 parent 52eedb2 commit 1bbe07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions sdks/java/extensions/python/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ applyJavaNature( automaticModuleName: 'org.apache.beam.sdk.extensions.python')

description = "Apache Beam :: SDKs :: Java :: Extensions :: Python"

evaluationDependsOn(":sdks:java:core")

dependencies {
implementation library.java.vendored_guava_32_1_2_jre
implementation library.java.vendored_grpc_1_60_1
Expand Down

0 comments on commit 1bbe07e

Please sign in to comment.