diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-08 23:17:39 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-08 23:18:05 +0200 |
commit | 88804cbff751b89ffb818daf5a99237e0d6f721b (patch) | |
tree | 79e3f759be63689845a21cf577f79898ce3c77a7 /sonar-plugin-api/pom.xml | |
parent | 2233993388ae63625d926099903a9b697a062409 (diff) | |
download | sonarqube-88804cbff751b89ffb818daf5a99237e0d6f721b.tar.gz sonarqube-88804cbff751b89ffb818daf5a99237e0d6f721b.zip |
SONAR-2414 remove the Clouds page written in GWT
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index f6ca09bc860..d6d030387f7 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -10,19 +10,6 @@ <packaging>jar</packaging> <name>Sonar :: Plugin API</name> <build> - <resources> - <!-- sources of Sonar GWT library --> - <resource> - <directory>src/main/java</directory> - <includes> - <include>**/org/sonar/api/web/gwt/**/*</include> - </includes> - </resource> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -137,16 +124,6 @@ <artifactId>xpp3</artifactId> </dependency> <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-user</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-incubator</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-lgpl</artifactId> </dependency> |