diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-14 09:11:14 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-14 09:20:22 -0400 |
commit | e9e7bef3c130f7525a5ad250f365ee910bebe85a (patch) | |
tree | 54539fe2233e419a07c3d33ce667841c97c9506b /ONAP-PDP/pom.xml | |
parent | 2ec4d9996e8185f83d6095dfaaa905442b5614b7 (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/pom.xml')
-rw-r--r-- | ONAP-PDP/pom.xml | 2 |
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> |