This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 465c94f WICKET-6837 Jupiter engine transitively included in war file
465c94f is described below
commit 465c94f42fa4be1ee8488b610dcda94324b5ce30
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Oct 2 14:53:45 2020 +0300
WICKET-6837 Jupiter engine transitively included in war file
All modules should depend on junit5, to run their tests.
The -guide module does not need it but it does not any harm.
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0671c7f..2d89b00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,6 +682,10 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>