aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-08 14:07:05 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-08 14:07:16 +0200
commita4a95c7ae27ce9708afb340b46be403c16cc2fd5 (patch)
tree93bc5f78be57b6153d595b2b1bdc2b99df50a331 /sonar-application
parent6e0d69bbf8c0828d703cf3660ca5fe566c89f1f5 (diff)
downloadsonarqube-a4a95c7ae27ce9708afb340b46be403c16cc2fd5.tar.gz
sonarqube-a4a95c7ae27ce9708afb340b46be403c16cc2fd5.zip
Remove commented-out code in sonar-application/pom.xml
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 3e97d021718..3f6a630951b 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -50,7 +50,6 @@
<artifactId>tomcat-embed-core</artifactId>
</dependency>
<dependency>
- <!-- TODO remove this unused dependency, but how to disable Jasper in embedded tomcat ? -->
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
@@ -58,15 +57,6 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-logging-juli</artifactId>
</dependency>
- <!--
- TODO
- <dependency>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-dbcp</artifactId>
- <version>${tomcat.version}</version>
- </dependency>
- -->
-
<dependency>
<groupId>org.codehaus.sonar</groupId>