From cb69ead94eadce90fd0616b5af263603feee78ba Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Mon, 23 Oct 2023 16:38:29 +0000
Subject: [PATCH] Add JDK 21 support (#310)
---
opendj-config/pom.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index a6362a6..da05092 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -187,8 +187,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <parallel>methods</parallel>
- <threadCount>1</threadCount>
+ <reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
--
Gitblit v1.10.0