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 --- onboarding/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'onboarding/pom.xml') diff --git a/onboarding/pom.xml b/onboarding/pom.xml index dcd952ce1f..e518b73313 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -70,7 +70,6 @@ 2.0b5 3.2.4 1.3.3 - 1.9.3 1.10 4.1 2.1 @@ -221,7 +220,7 @@ commons-beanutils commons-beanutils - ${commons.beanutils.version} + ${commons-beanutils} com.google.code.findbugs -- cgit 1.2.3-korg