aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-30 19:08:26 -0400
committerJim Hahn <jrh3@att.com>2020-07-01 10:02:16 -0400
commite7ba97a66db5c0a45626aff62f9a167f88da62c1 (patch)
tree8bd8d30937ed62dcd70fe26a7cfeed5c27c2a29c /pom.xml
parent21607022333b8d3917754d071d5e4c259308edef (diff)
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 <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index e6332db7e..24b742e6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,6 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
- <version>9.4.30.v20200611</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -191,11 +190,6 @@
<artifactId>javax.json</artifactId>
<version>${version.javax.json}</version>
</dependency>
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${version.json}</version>
- </dependency>
</dependencies>
<dependencyManagement>