]> source.dussan.org Git - sonarqube.git/commitdiff
Remove commented-out code in sonar-application/pom.xml
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 8 Apr 2014 12:07:05 +0000 (14:07 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 8 Apr 2014 12:07:16 +0000 (14:07 +0200)
sonar-application/pom.xml

index 3e97d021718abbc48adec7ca95a5da0e81a6a4b2..3f6a630951b62be69bfdb94d49243a6ef2fa8c76 100644 (file)
@@ -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>
       <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>