]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6517 remove explicit dependency of sonar-server on dom4j
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 17 May 2015 13:38:38 +0000 (15:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 19 May 2015 13:11:42 +0000 (15:11 +0200)
server/sonar-server/pom.xml

index 41ea17e5ab8951e7a9e3e19f6d79a1fbb2c24d4a..a912632d83a392d55c82953e5edeaf15cd404f50 100644 (file)
       <groupId>org.apache.tomcat.embed</groupId>
       <artifactId>tomcat-embed-logging-juli</artifactId>
     </dependency>
-    <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-      <version>1.6.1</version>
-      <exclusions>
-        <exclusion>
-          <!-- provided by Java 1.7 -->
-          <groupId>xml-apis</groupId>
-          <artifactId>xml-apis</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>