From: Julien HENRY Date: Tue, 24 Sep 2013 09:25:44 +0000 (+0200) Subject: SONARPLUGINS-3164 Some shaded dependencies are not relocated X-Git-Tag: 2.5-rc1~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9188444d5e4ceda8ed655dd2149b58c113ab914e;p=sonar-scanner-cli.git SONARPLUGINS-3164 Some shaded dependencies are not relocated --- diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index 9d0148e..be3d9f5 100644 --- a/sonar-runner-api/pom.xml +++ b/sonar-runner-api/pom.xml @@ -21,6 +21,13 @@ jsr305 provided + + commons-io + commons-io + 2.0.1 + + provided + @@ -106,6 +113,12 @@ true true + + + org.apache.commons.io + org.sonar.runner.commonsio + + diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml index eba773a..488f612 100644 --- a/sonar-runner-impl/pom.xml +++ b/sonar-runner-impl/pom.xml @@ -101,6 +101,14 @@ com.github.kevinsawicki.http org.sonar.runner.kevinsawicki + + org.apache.commons.io + org.sonar.runner.commonsio + + + org.sonar.home + org.sonar.runner.home +