Skip to content

Commit

Permalink
Include everit_json_schema in schemaio expansion service uber jar (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored Apr 1, 2024
1 parent d59ef19 commit 336e870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
permitUnusedDeclared project(":sdks:java:io:jdbc") // BEAM-11761
implementation project(":sdks:java:io:json")
permitUnusedDeclared project(path: ":sdks:java:io:json") // BEAM-11761
runtimeOnly library.java.everit_json_schema
implementation library.java.postgres
permitUnusedDeclared library.java.postgres // BEAM-11761
implementation project(path: ":model:pipeline", configuration: "shadow")
Expand Down

0 comments on commit 336e870

Please sign in to comment.