From bcdb1e1a529d31d3f03482ca784a1799655ce544 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 7 Feb 2018 15:41:30 -0500 Subject: Upgrade dependencies to clear security issues A bit of consolidation too - which could use a lot more work. These were simple security upgrades for fixes identified by LF weekly LCM job. Added some missing license headers. Issue-ID: POLICY-507 Change-Id: If285b0f95d30a1084c9363bf6a41b48d52fb3aff Signed-off-by: Pamela Dragosh --- BRMSGateway/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 6f530b376..4c88768da 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 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. @@ -49,12 +49,12 @@ org.apache.maven maven-model - 2.2.1 + 3.3.9 org.apache.maven.shared maven-invoker - 2.2 + 3.0.0 org.onap.policy.common @@ -64,12 +64,12 @@ org.sonatype.nexus nexus-rest-client-java - 2.3.1 + 2.3.1-01 com.thoughtworks.xstream xstream - 1.3.1 + 1.4.10 com.att.nsa @@ -100,7 +100,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + ${httpclient.version} -- cgit 1.2.3-korg