summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-10-26 23:24:42 +0200
committerGitHub <noreply@github.com>2022-10-26 23:24:42 +0200
commit6f6d8e35c1d66f1bd080ccf76f4871434eba8f14 (patch)
treec1c41bde2f4ff281dec681766f69f60aaedc7419
parent357ba1ea3c02a0e58530a35e20a303269966552f (diff)
parent82a002a9ec0d2449872cf160f5fd5ec62d50f8fe (diff)
Merge pull request #24597 from vespa-engine/jonmv/restore-json-deps-test-scope
Add more TODO removals
-rw-r--r--container-test/pom.xml2
-rw-r--r--parent/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index ed33c0ba4cd..32a64a98b9e 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -100,7 +100,7 @@
<artifactId>commons-compress</artifactId>
<scope>compile</scope>
</dependency>
- <dependency>
+ <dependency> <!-- TODO: Remove on Vespa 9 -->
<!-- not used by Vespa, but was historically on test classpath -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index b019db32e93..62d57660bcf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -994,7 +994,7 @@
<artifactId>xercesImpl</artifactId>
<version>2.12.2</version>
</dependency>
- <dependency>
+ <dependency> <!-- TODO: Remove on Vespa 9 -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${org.json.version}</version>