The 'json-java21-jdt' module now downloads its test suite from the upstream Microsoft repository using 'download-maven-plugin', keeping the repo clean of large test artifacts.
We should apply the same pattern to 'json-java21-jtd', which currently commits 'src/test/resources/jtd-test-suite.zip'.
Tasks:
- Update 'json-java21-jtd/pom.xml' to use 'download-maven-plugin'.
- Update tests to look for data in 'target/test-data'.
- Remove 'src/test/resources/jtd-test-suite.zip'.