- fix test error
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ce3c7c75 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ce3c7c75 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ce3c7c75 Branch: refs/heads/WICKET-6563 Commit: ce3c7c7551377365925c5e80bbf47528ced58401 Parents: 4c6cb67 Author: renoth <[email protected]> Authored: Sat Sep 1 15:41:18 2018 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 26 16:17:37 2018 +0300 ---------------------------------------------------------------------- testing/wicket-arquillian/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ce3c7c75/testing/wicket-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml index d093dff..350559d 100644 --- a/testing/wicket-arquillian/pom.xml +++ b/testing/wicket-arquillian/pom.xml @@ -163,6 +163,13 @@ </dependency> <dependency> + <groupId>org.opentest4j</groupId> + <artifactId>opentest4j</artifactId> + <version>1.1.0</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.jboss.shrinkwrap.resolver</groupId> <artifactId>shrinkwrap-resolver-impl-maven</artifactId> </dependency>
