From: Jim Hahn Date: Tue, 30 Jun 2020 23:08:26 +0000 (-0400) Subject: Fix broken models build due to json upgrade X-Git-Tag: 2.3.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7ba97a66db5c0a45626aff62f9a167f88da62c1;p=policy%2Fmodels.git Fix broken models build due to json upgrade The json dependency was moved to policy-parent and the "version" property removed which broke the policy-models build. Removed the "version" from the pom. Also removed the jetty-security "version" from the pom, as it is no longer needed either. Also added asm dependency, because upgrade of openpojo version caused breakage in one of the TestPojos. Issue-ID: POLICY-2387 Change-Id: I3c2315b3cbea05de76b6dfcc289f9323af77745b Signed-off-by: Jim Hahn --- diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml index 2764662a2..ba9011d57 100644 --- a/models-tosca/pom.xml +++ b/models-tosca/pom.xml @@ -70,6 +70,13 @@ 4.4 + + org.ow2.asm + asm + 8.0.1 + test + + com.h2database h2 diff --git a/pom.xml b/pom.xml index e6332db7e..24b742e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,6 @@ org.eclipse.jetty jetty-security - 9.4.30.v20200611 org.eclipse.jetty @@ -191,11 +190,6 @@ javax.json ${version.javax.json} - - org.json - json - ${version.json} -