diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-30 09:31:32 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-30 12:41:58 -0400 |
commit | 95ba8a85dacd65101f550e2d32dda33780b16dbd (patch) | |
tree | 29bc821151d3c25e01f2ece29ce75943e28dfefe /PolicyEngineAPI | |
parent | a9de6d45f97b3229cb14e164c791715a3dfed026 (diff) |
POM fixes due to update in cadi-aaf
Issue-ID: POLICY-507
Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'PolicyEngineAPI')
-rw-r--r-- | PolicyEngineAPI/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 69e086978..d43dd4b27 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -30,11 +30,6 @@ <artifactId>PolicyEngineAPI</artifactId> <dependencies> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.0.4</version> |