aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-01-18 18:06:36 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-01-18 18:07:56 +0100
commit0fe7d353897c59bf8663fb31378bf558f9e43951 (patch)
treee1b9b1681c0cc287f63a7678c4f5a150cbbeab79 /sonar-application/pom.xml
parent6b18d0b4a318d8830711c34989d5058dce044814 (diff)
downloadsonarqube-0fe7d353897c59bf8663fb31378bf558f9e43951.tar.gz
sonarqube-0fe7d353897c59bf8663fb31378bf558f9e43951.zip
SONAR-3180 Remove the support of AJP connector
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index aeee33634ab..c790fecd41e 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -102,10 +102,6 @@
<artifactId>jtds</artifactId>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty-ajp</artifactId>
- </dependency>
<!-- core plugins -->
<dependency>