From 897ba35f9c493b297f2a2d2a6d9dea743b7d39f8 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Tue, 12 Feb 2019 07:28:18 -0600 Subject: Support of environment variables in properties Change-Id: I5028ad3b4fb63a96607915e8b424dd2e57696bf0 Issue-ID: POLICY-1514 Signed-off-by: Jorge Hernandez --- policy-utils/pom.xml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'policy-utils/pom.xml') diff --git a/policy-utils/pom.xml b/policy-utils/pom.xml index 1938ff97..d7df3b97 100644 --- a/policy-utils/pom.xml +++ b/policy-utils/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 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. @@ -19,22 +19,23 @@ ============LICENSE_END========================================================= --> - - 4.0.0 + + 4.0.0 - policy-utils + policy-utils - - org.onap.policy.drools-pdp - drools-pdp - 1.4.0-SNAPSHOT - + + org.onap.policy.drools-pdp + drools-pdp + 1.4.0-SNAPSHOT + - + ch.qos.logback logback-classic - + junit junit @@ -44,7 +45,12 @@ org.onap.policy.common utils ${policy.common.version} - + + + org.apache.commons + commons-configuration2 + 2.4 + -- cgit 1.2.3-korg