aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-06-30 17:13:23 +0100
committerRossC <ross.carter@est.tech>2020-06-30 17:13:26 +0100
commit31749441fa1ccc54c8a30c61a2915285fb7cc2d8 (patch)
treef041b432ed0ac1fa02286764a1547607e0c7bc74
parentafd0c37342a4864136f5307335fcf42fd93e388b (diff)
Updating org.json and removing json version tag
Issue-ID: POLICY-2387 Change-Id: Ia994c8be15058d8cf5f6e8f2271be5dec4efacc3 Signed-off-by: RossC <ross.carter@est.tech>
-rw-r--r--integration/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 6146220d..27ba8e31 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -47,7 +47,6 @@
<version.swagger>1.6.0</version.swagger>
<version.javax.bind>2.3.1</version.javax.bind>
<version.javax.json>1.1.4</version.javax.json>
- <version.json>20190722</version.json>
<version.netty>4.1.48.Final</version.netty>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>
@@ -267,6 +266,11 @@
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>20200518</version>
+ </dependency>
<!-- Lombok -->
<dependency>