From c612946638797ea7399abb33935753e453ac81ff Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 23 Jan 2019 14:25:12 -0500 Subject: Add gson to utils pom Added gson dependency to utils pom in anticipation of future reviews. Change-Id: I1d0e4130083a73d250fe01f0e1a0154c608c6ce6 Issue-ID: POLICY-1428 Signed-off-by: Jim Hahn --- utils/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index f5489ee0..3e64f186 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Common Modules ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,6 +32,10 @@ jar + + com.google.code.gson + gson + org.apache.commons commons-lang3 -- cgit 1.2.3-korg