diff options
Diffstat (limited to 'gwtquery-core/pom.xml')
-rw-r--r-- | gwtquery-core/pom.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 7bfbbb9a..6ccb811b 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -18,12 +18,14 @@ <version>4.7</version> <scope>test</scope> </dependency> - <dependency> - <groupId>net.sourceforge.htmlunit</groupId> - <artifactId>htmlunit</artifactId> - <version>2.13</version> - <scope>test</scope> - </dependency> + <!-- Commented in order not to depend on it, but useful when we want test ajax CORS + <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> |