diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-10 16:38:12 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-10 16:38:35 +0200 |
commit | 578af3840e4a202a1937714fb18f52585b54e467 (patch) | |
tree | 989ee13ae316ff4790765952a17faadf00572113 | |
parent | b1704b601402b67294c19e115ab15335b5c35802 (diff) | |
download | sonarqube-578af3840e4a202a1937714fb18f52585b54e467.tar.gz sonarqube-578af3840e4a202a1937714fb18f52585b54e467.zip |
Revert "SONAR-4157 Remove unnecessary dependency"
This reverts commit 64fcf0c5dcbb85f4c4330b798140a03ae9c58e48.
-rw-r--r-- | sonar-server/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 65574dfc66e..7d4eaa0cd69 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -134,13 +134,6 @@ <!-- 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 --> |