From c4536e50f0135c92a4093b45931178c50e9ff2f9 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 28 Jan 2021 17:49:25 +0100 Subject: Remove usage of org.json:json Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details. --- container-search/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'container-search/pom.xml') diff --git a/container-search/pom.xml b/container-search/pom.xml index 074f5827122..014b7dda14f 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -150,6 +150,11 @@ ${project.version} test + + org.assertj + assertj-core + test + -- cgit v1.2.3