From b836d3492984e8c751f00b200d24eb07da792c75 Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Tue, 11 Jun 2019 13:41:48 +0200 Subject: BeanUtils upgrade to 1.9.x Transitive dependency to beanutils 1.8.3 removed. Refactor of existing usage of beanutils proposed. Change-Id: I6614a5794979225376338c778b25f71911ae9c50 Issue-ID: SDC-2269 Signed-off-by: Tomasz Golabek --- .../onap-configuration-management-core/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'common/onap-common-configuration-management') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 2aa42265d5..7f978bf930 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -41,17 +41,18 @@ org.apache.commons commons-configuration2 - 2.3 + ${commons-configuration} + + + commons-beanutils + commons-beanutils + ${commons-beanutils} commons-logging commons-logging ${commons-logging} - - commons-beanutils - commons-beanutils - org.apache.commons commons-lang3 -- cgit 1.2.3-korg