From b8902c3e6ea48de55e62a1c4a0ecc3279f1980d6 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 4 Dec 2013 10:40:28 +0100 Subject: [PATCH] Add beanutils to classpath --- pom.xml | 6 ++++++ sonar-server/pom.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index a2e8cf82c57..2d383ab5a15 100644 --- a/pom.xml +++ b/pom.xml @@ -726,6 +726,12 @@ commons-beanutils commons-beanutils 1.8.3 + + + commons-logging + commons-logging + + commons-configuration diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index ad9268211c3..ad87cbc3e1a 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -73,6 +73,10 @@ + + commons-beanutils + commons-beanutils + commons-configuration commons-configuration