You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/09/26 13:40:11 UTC

[41/45] wicket git commit: - fix test error

- 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/master
Commit: ce3c7c7551377365925c5e80bbf47528ced58401
Parents: 4c6cb67
Author: renoth <jo...@gmx.de>
Authored: Sat Sep 1 15:41:18 2018 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
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>