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 --- asdctool/pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'asdctool') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index d7ac069d45..9f9dc56280 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -210,16 +210,9 @@ - commons-configuration - commons-configuration - 1.6 - compile - - - commons-collections - commons-collections - - + org.apache.commons + commons-configuration2 + ${commons-configuration} -- cgit 1.2.3-korg