Skip to content

Commit

Permalink
Remove unused code (#32414)
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas committed Sep 25, 2024
1 parent 380ed7b commit 80960d1
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,357 deletions.
5 changes: 0 additions & 5 deletions runners/prism/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ description = "Apache Beam :: Runners :: Prism :: Java"
ext.summary = "Support for executing a pipeline on Prism."

dependencies {
implementation project(path: ":model:job-management", configuration: "shadow")
implementation project(path: ":model:pipeline", configuration: "shadow")
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation project(path: ":sdks:java:harness", configuration: "shadow")
implementation project(":runners:java-fn-execution")
implementation project(":runners:portability:java")

implementation library.java.joda_time
implementation library.java.slf4j_api
implementation library.java.vendored_grpc_1_60_1
implementation library.java.vendored_guava_32_1_2_jre
compileOnly library.java.hamcrest

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 80960d1

Please sign in to comment.