diff options
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 5 |
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> |