aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 23:00:40 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 23:00:40 +0200
commit48b89ddee52837462ba5500ef86ce36be70c1dd6 (patch)
treea43406f6c0333f07746366aae4f24a9186837859 /pom.xml
parent76714833fb1be7d74fbf4613fdbe7a9fdd539f53 (diff)
downloadsonarqube-48b89ddee52837462ba5500ef86ce36be70c1dd6.tar.gz
sonarqube-48b89ddee52837462ba5500ef86ce36be70c1dd6.zip
Fix jetty dependencies...
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 1ca2d8cf6e1..e35be1b11da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -974,12 +974,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.jetty.orbit</groupId>
- <artifactId>javax.servlet</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>