diff options
author | Tej, Tarun <tt3868@att.com> | 2017-10-10 10:07:44 -0400 |
---|---|---|
committer | Tej, Tarun <tt3868@att.com> | 2017-10-10 10:33:09 -0400 |
commit | 08a9f3a8d9831a351f54a5862b5ff58f3f5e7993 (patch) | |
tree | c8ac6fd6ce878b8df5825d679188a829a6aabf7b /ONAP-PDP | |
parent | 3313f394e1df65cad8b31841f529c34e506288e4 (diff) |
Fixing policy build issues
Reverting back the changes made to properties and removing javax.json
version which is build on jdk9
Issue-Id: POLICY-295
Change-Id: I1dfbd6be94f3f845d64c9aa96107138f23b34158
Signed-off-by: Tej, Tarun <tt3868@att.com>
Diffstat (limited to 'ONAP-PDP')
-rw-r--r-- | ONAP-PDP/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ONAP-PDP/pom.xml b/ONAP-PDP/pom.xml index 0310d390e..bd0507465 100644 --- a/ONAP-PDP/pom.xml +++ b/ONAP-PDP/pom.xml @@ -49,11 +49,6 @@ <version>4.4.4</version> </dependency> <dependency> - <groupId>org.glassfish</groupId> - <artifactId>javax.json</artifactId> - <version>1.1</version> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.10</version> |