Added HtmlUnit dependency

This commit is contained in:
Juan García Heredero 2016-08-01 10:39:12 +02:00 committed by GitHub
parent 4e7a47de12
commit 067d99aaa5
1 changed files with 8 additions and 1 deletions

View File

@ -117,6 +117,12 @@
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>${net.sourceforge.htmlunit}</version>
<scope>test</scope>
</dependency>
<!-- Thymeleaf -->
<dependency>
<groupId>org.thymeleaf</groupId>
@ -234,6 +240,7 @@
<httpcore.version>4.4.1</httpcore.version>
<httpclient.version>4.5</httpclient.version>
<rest-assured.version>2.9.0</rest-assured.version>
<net.sourceforge.htmlunit>2.23</net.sourceforge.htmlunit>
<!-- maven plugins -->
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
<maven-war-plugin.version>2.6</maven-war-plugin.version>
@ -245,4 +252,4 @@
<aspectj.version>1.8.7</aspectj.version>
</properties>
</project>
</project>