This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new efbb6c35b [OPENMEETINGS-2732] build is fixed
efbb6c35b is described below
commit efbb6c35bf4c415df0714a5bb1086313ac5fea6d
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jul 28 17:39:23 2022 +0700
[OPENMEETINGS-2732] build is fixed
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index a3672cbbf..427809338 100644
--- a/pom.xml
+++ b/pom.xml
@@ -991,6 +991,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-test-framework</artifactId>