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 /plugins/sonar-design-plugin/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 'plugins/sonar-design-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-design-plugin/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 9768c17f591..a32485e95f6 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -15,10 +15,6 @@ <dependencies> <dependency> <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-gwt-pages</artifactId> - </dependency> - <dependency> - <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-core</artifactId> <scope>provided</scope> </dependency> |