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

acosentino pushed a commit to branch surefire-validation-hazelcast
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 61108e65ada78d390b766623f0eb3d1e640853c2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Nov 10 09:20:28 2023 +0100

    Fix Validation for Maven Surefire Plugin in Camel-hazelcast component
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components/camel-hazelcast/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-hazelcast/pom.xml 
b/components/camel-hazelcast/pom.xml
index c97395eb111..1fa530f954b 100644
--- a/components/camel-hazelcast/pom.xml
+++ b/components/camel-hazelcast/pom.xml
@@ -95,12 +95,12 @@
                     <plugin>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
-                            <systemProperties>
+                            <systemPropertyVariables>
                                 <property>
                                     <name>hazelcast.logging.type</name>
                                     <value>slf4j</value>
                                 </property>
-                            </systemProperties>
+                            </systemPropertyVariables>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to