summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-04-10 14:17:51 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-04-10 14:18:22 +0200
commit64fcf0c5dcbb85f4c4330b798140a03ae9c58e48 (patch)
tree0702e31f9fc552bc076d0fb7ce506138058935a3 /sonar-server
parent45038a69bd8ae946a089d86aa2625e7518e54d9d (diff)
downloadsonarqube-64fcf0c5dcbb85f4c4330b798140a03ae9c58e48.tar.gz
sonarqube-64fcf0c5dcbb85f4c4330b798140a03ae9c58e48.zip
SONAR-4157 Remove unnecessary dependency
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 7d4eaa0cd69..65574dfc66e 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -134,6 +134,13 @@
<!-- GZIP filter -->
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
+ <exclusions>
+ <!-- Not needed fo GZIP filter -->
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-client</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- unit tests -->