Skip to content

Commit 81e1ffb

Browse files
committed
fix
1 parent 3f845de commit 81e1ffb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@
466466
--add-opens java.naming/com.sun.jndi.ldap=ALL-UNNAMED
467467
--add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED
468468
</argLine>
469+
<systemPropertyVariables>
470+
<org.springframework.boot.logging.LoggingSystem>org.springframework.boot.logging.log4j2.Log4J2LoggingSystem</org.springframework.boot.logging.LoggingSystem>
471+
</systemPropertyVariables>
469472
</configuration>
470473
</plugin>
471474
<plugin>
@@ -488,6 +491,9 @@
488491
<version>3.5.2</version>
489492
<configuration>
490493
<skipITs>${skipITtests}</skipITs>
494+
<systemPropertyVariables>
495+
<org.springframework.boot.logging.LoggingSystem>org.springframework.boot.logging.log4j2.Log4J2LoggingSystem</org.springframework.boot.logging.LoggingSystem>
496+
</systemPropertyVariables>
491497
</configuration>
492498
<executions>
493499
<execution>

0 commit comments

Comments
 (0)