Skip to content

Commit 114626e

Browse files
Adds fields to ProcessBundleRequest to prepare for future SDK skips for fetching/writing state.
1 parent 4e3c828 commit 114626e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/java/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ dependencies {
8383
exclude group: "org.apache.zookeeper", module: "zookeeper"
8484
}
8585
implementation "org.apache.commons:commons-lang3:3.9"
86+
implementation project(path: ":runners:google-cloud-dataflow-java")
8687
implementation "org.apache.httpcomponents:httpclient:4.5.13"
8788
implementation "org.apache.httpcomponents:httpcore:4.4.13"
8889
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.1"
8990
implementation "com.fasterxml.jackson.core:jackson-core:2.14.1"
91+
implementation project(path: ":runners:google-cloud-dataflow-java")
9092
runtimeOnly library.java.hadoop_client
9193
runtimeOnly library.java.bigdataoss_gcs_connector
9294
testImplementation project(path: ":runners:direct-java", configuration: "shadow")

0 commit comments

Comments
 (0)