diff options
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r-- | gwtquery-core/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index c44b7f9b..7bfbbb9a 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -16,10 +16,15 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.7</version> - <type>jar</type> <scope>test</scope> </dependency> <dependency> + <groupId>net.sourceforge.htmlunit</groupId> + <artifactId>htmlunit</artifactId> + <version>2.13</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>${gwtversion}</version> |