This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new e6a6980fd46 HBASE-29602 Add -Djava.security.manager=allow to JDK18+ 
surefire JVM flags (addendum: run spotless)
e6a6980fd46 is described below

commit e6a6980fd466163d39f9554d93405bd6fae1c386
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 10:03:19 2025 +0200

    HBASE-29602 Add -Djava.security.manager=allow to JDK18+ surefire JVM flags 
(addendum: run spotless)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d812abfeba0..2d16693fe1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3092,7 +3092,7 @@
           @{jacocoArgLine}</argLine>
       </properties>
     </profile>
-        <profile>
+    <profile>
       <id>build-with-jdk18</id>
       <activation>
         <jdk>[18,)</jdk>

Reply via email to