diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-server/pom.xml | 12 |
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> |