summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-10-01 17:58:15 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-10-02 08:40:52 +0200
commitcd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch)
tree7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-server
parent6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff)
downloadsonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.tar.gz
sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.zip
SONAR-4735 Remove the XML libs that are packaged with Java 6
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 271bdc3d315..5e29e621f81 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -78,10 +78,6 @@
<artifactId>commons-configuration</artifactId>
</dependency>
<dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- </dependency>
- <dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>