aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-31 17:08:47 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-01 14:28:37 +0100
commitbf5c4b1fc9b66b16bf090a13bce63dbba3a356b8 (patch)
tree1d929a994cfbf4cb43bd23baa3b840857fe73d07 /sonar-server/pom.xml
parent0842c95a1323e38a8aeec2f058a02131978e1d4b (diff)
downloadsonarqube-bf5c4b1fc9b66b16bf090a13bce63dbba3a356b8.tar.gz
sonarqube-bf5c4b1fc9b66b16bf090a13bce63dbba3a356b8.zip
Remove jsr305.jar from runtime classpath
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index c770ad02b44..4417542fa20 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -55,6 +55,11 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <!-- not used at runtime -->
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
</exclusion>