1
0
mirror of https://github.com/google/nomulus synced 2026-07-19 14:32:44 +00:00

Remove usages of json-simple (#3060)

We should use gson wherever possible. There's no point in having
unnecessary dependencies (we'll need to keep around jackson for YAML
parsing).
This commit is contained in:
gbrodman
2026-06-01 16:16:32 -04:00
committed by GitHub
parent 5599a0eb3d
commit a5b280838c
28 changed files with 141 additions and 98 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ configurations {
matching {
it.name in ['runtimeClasspath', 'compileClasspath']
}.all {
// JUnit is from org.apache.beam:beam-runners-google-cloud-dataflow-java,
// and json-simple.
// JUnit is from org.apache.beam:beam-runners-google-cloud-dataflow-java
exclude group: 'junit'
// Mockito is from org.apache.beam:beam-runners-google-cloud-dataflow-java
// See https://issues.apache.org/jira/browse/BEAM-8862