aboutsummaryrefslogtreecommitdiffstats
path: root/devtest/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'devtest/pom.xml')
-rw-r--r--devtest/pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml
index 4a212515..2c69b0c4 100644
--- a/devtest/pom.xml
+++ b/devtest/pom.xml
@@ -19,14 +19,18 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
-
<dependency>
- <groupId>${groupId}</groupId>
- <artifactId>gwtquery-plugins</artifactId>
- <version>${version}</version>
- <type>jar</type>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-user</artifactId>
+ <version>${gwtversion}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.gwt</groupId>
+ <artifactId>gwt-dev</artifactId>
+ <version>${gwtversion}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<outputDirectory>./target/www/WEB-INF/classes</outputDirectory>