diff options
author | SimonBrandhof <simon.brandhof@gmail.com> | 2013-04-08 14:57:13 +0200 |
---|---|---|
committer | SimonBrandhof <simon.brandhof@gmail.com> | 2013-04-08 14:57:13 +0200 |
commit | 1ed751ab62fc2cb0cac57a409ebef0e0425b6525 (patch) | |
tree | d418672ac0a1f2815d2a2b962f7f63c00dc5f11f /sonar-runner-api | |
parent | 3df1496b29c383b09ff4a2882620f6b922a7196c (diff) | |
download | sonar-scanner-cli-1ed751ab62fc2cb0cac57a409ebef0e0425b6525.tar.gz sonar-scanner-cli-1ed751ab62fc2cb0cac57a409ebef0e0425b6525.zip |
SONARPLUGINS-2709 Send HTTP credentials
Diffstat (limited to 'sonar-runner-api')
-rw-r--r-- | sonar-runner-api/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index f9b21b3..4fd6ff8 100644 --- a/sonar-runner-api/pom.xml +++ b/sonar-runner-api/pom.xml @@ -105,12 +105,6 @@ <configuration> <createDependencyReducedPom>true</createDependencyReducedPom> <minimizeJar>true</minimizeJar> - <relocations> - <relocation> - <pattern>org.apache.commons.lang</pattern> - <shadedPattern>org.sonar.runner.commonslang</shadedPattern> - </relocation> - </relocations> </configuration> </execution> </executions> |