aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-08 17:18:41 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-08 17:18:41 +0100
commit5d5df25d59314d68c80b9f3b2fcd53a4154ef56c (patch)
tree81b660686a5ac559d4f0dbb0b1770cf4b1163cee /pom.xml
parent929a72a19587e5e06018e04c47ac525f033b333c (diff)
downloadsonarqube-5d5df25d59314d68c80b9f3b2fcd53a4154ef56c.tar.gz
sonarqube-5d5df25d59314d68c80b9f3b2fcd53a4154ef56c.zip
SONAR-3945 - Drop GWT API
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0a31b81cb04..24db6e7984a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,6 @@
<module>sonar-deprecated</module>
<module>sonar-duplications</module>
<module>sonar-graph</module>
- <module>sonar-gwt-api</module>
<module>sonar-java-api</module>
<module>sonar-markdown</module>
<module>sonar-maven-plugin</module>
@@ -76,7 +75,7 @@
<sonarJava.version>1.1-SNAPSHOT</sonarJava.version>
<h2.version>1.3.167</h2.version>
<jetty.version>6.1.25</jetty.version>
- <sonar.skippedModules>sonar-gwt-api,sonar-core-gwt</sonar.skippedModules>
+ <sonar.skippedModules>sonar-core-gwt</sonar.skippedModules>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>2.2.1</maven.min.version>
<jdk.min.version>1.5</jdk.min.version>
@@ -567,7 +566,7 @@
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-gwt-api</artifactId>
- <version>${project.version}</version>
+ <version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>