]> source.dussan.org Git - sonarqube.git/commitdiff
Fix jetty dependencies...
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 21:00:40 +0000 (23:00 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 21:00:40 +0000 (23:00 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1ca2d8cf6e1efe090c63dd3479c931b548f1083a..e35be1b11da4d26ff5bf19c3c855614d532c0f9b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>