Skip to content

Commit

Permalink
Remove unused code (apache#32414)
Browse files Browse the repository at this point in the history
  • Loading branch information
damondouglas authored and Naireen committed Sep 26, 2024
1 parent 55a92f5 commit af0570d
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 af0570d

Please sign in to comment.