Skip to content

Commit

Permalink
Fix htmlunit version used in example ftests.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed May 15, 2019
1 parent 643adcd commit f3f55bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/pom.xml
Expand Up @@ -138,6 +138,11 @@
<version>${uel.version}</version>
</dependency>

<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
Expand Down

0 comments on commit f3f55bf

Please sign in to comment.