From e7ba97a66db5c0a45626aff62f9a167f88da62c1 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 30 Jun 2020 19:08:26 -0400 Subject: [PATCH] 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 --- models-tosca/pom.xml | 7 +++++++ pom.xml | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) 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} - -- 2.16.6