diff options
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> |