diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 11:11:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 11:21:29 +0200 |
commit | 2c7d794a610009243132ad13f220a7cee5540278 (patch) | |
tree | 1f179e686a1c8397bc32bc88815d13e03e11d14f /pom.xml | |
parent | 3b44df364cdb3a02aff59ee49faf83c694945288 (diff) | |
download | sonarqube-2c7d794a610009243132ad13f220a7cee5540278.tar.gz sonarqube-2c7d794a610009243132ad13f220a7cee5540278.zip |
SONAR-4407 remove usage of sonar-gwt-pages
The GWT pages "libraries" and "design" have been refactored to backbone.js.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -849,11 +849,6 @@ <version>9.3-1101-jdbc4</version> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-gwt-pages</artifactId> - <version>4.0</version> - </dependency> - <dependency> <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId> <!-- versions 1.3.x require java 7 --> |