aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PDP
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-09-14 09:11:14 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-09-14 09:20:22 -0400
commite9e7bef3c130f7525a5ad250f365ee910bebe85a (patch)
tree54539fe2233e419a07c3d33ce667841c97c9506b /ONAP-PDP
parent2ec4d9996e8185f83d6095dfaaa905442b5614b7 (diff)
Fix sonar blocker to close handle
Upgraded the dependency also. What was strange was the documentation that came up did not match with the existing dependency code implementation. Issue-ID: POLICY-113 Change-Id: Ide7830851cda6535ed335e89cdfc0e0a3964e3eb Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'ONAP-PDP')
-rw-r--r--ONAP-PDP/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml
index b82e22346..0310d390e 100644
--- a/ONAP-PDP/pom.xml
+++ b/ONAP-PDP/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
- <version>1.0.4</version>
+ <version>1.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>