Skip to content

Commit

Permalink
Include everit_json_schema in schemaio expansion service uber jar (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored and hjtran committed Apr 4, 2024
1 parent 7af63f7 commit 4c04795
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 4c04795

Please sign in to comment.