From a7ff78b682787c16acc5e0c0fe2ec679d0d63873 Mon Sep 17 00:00:00 2001 From: Francisco Javier Tirado Sarti Date: Wed, 25 Oct 2023 20:34:38 +0200 Subject: [PATCH] [KOGITO-9914] Setting LD_LIBRARY_PATH --- quarkus/addons/python/integration-tests/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/quarkus/addons/python/integration-tests/pom.xml b/quarkus/addons/python/integration-tests/pom.xml index 480e6f6395c..64bfbb36317 100644 --- a/quarkus/addons/python/integration-tests/pom.xml +++ b/quarkus/addons/python/integration-tests/pom.xml @@ -145,6 +145,19 @@ native + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + ${env.JAVA_HOME}/lib/server + + + + + \ No newline at end of file