Skip to content

Commit

Permalink
Include jamm as runtime dependency in expansion-service (#32521)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
  • Loading branch information
Polber authored Sep 20, 2024
1 parent f2d0558 commit bbf72c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/java/expansion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {
implementation project(path: ":sdks:java:core", configuration: "shadow")
implementation project(path: ":runners:java-fn-execution")
implementation project(path: ":sdks:java:harness")
runtimeOnly library.java.jamm
implementation library.java.snake_yaml
permitUnusedDeclared project(path: ":model:fn-execution")
implementation library.java.vendored_grpc_1_60_1
Expand Down

0 comments on commit bbf72c2

Please sign in to comment.