Skip to content

Commit

Permalink
Fix POM of beam-sdks-java-core (closes #24675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Mack committed Dec 22, 2022
1 parent b877a66 commit 46c7778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ class BeamModulePlugin implements Plugin<Project> {
joda_time : "joda-time:joda-time:2.10.10",
jsonassert : "org.skyscreamer:jsonassert:1.5.0",
jsr305 : "com.google.code.findbugs:jsr305:$jsr305_version",
json_org : "org.json:json", // Try to keep in sync with google_cloud_platform_libraries_bom transitive deps.
json_org : "org.json:json:20220320", // Keep in sync with everit-json-schema / google_cloud_platform_libraries_bom transitive deps.
everit_json_schema : "com.github.erosb:everit-json-schema:${everit_json_version}",
junit : "junit:junit:4.13.1",
kafka : "org.apache.kafka:kafka_2.11:$kafka_version",
Expand Down

0 comments on commit 46c7778

Please sign in to comment.