diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-01 17:58:15 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-02 08:40:52 +0200 |
commit | cd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch) | |
tree | 7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-server | |
parent | 6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff) | |
download | sonarqube-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.xml | 4 |
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> |