aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-17 15:38:38 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-19 15:11:42 +0200
commitb58544df961c44b518dfbcc164b836ec23a03c69 (patch)
treee00b09b82e6bcfb46cd95b0642d493354cbda5ef /server/sonar-server/pom.xml
parent7f852552da74db8c2b15d56c55d0b9faff720479 (diff)
downloadsonarqube-b58544df961c44b518dfbcc164b836ec23a03c69.tar.gz
sonarqube-b58544df961c44b518dfbcc164b836ec23a03c69.zip
SONAR-6517 remove explicit dependency of sonar-server on dom4j
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r--server/sonar-server/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 41ea17e5ab8..a912632d83a 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -56,18 +56,6 @@
<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>
</dependency>