Skip to content

Commit

Permalink
Merge pull request #24597 from vespa-engine/jonmv/restore-json-deps-t…
Browse files Browse the repository at this point in the history
…est-scope

Add more TODO removals
  • Loading branch information
baldersheim authored Oct 26, 2022
2 parents 357ba1e + 82a002a commit 6f6d8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6f6d8e3

Please sign in to comment.