diff --git a/integration-tests/vertx-http/pom.xml b/integration-tests/vertx-http/pom.xml index c6b276a8aa7571..ee50b481622145 100644 --- a/integration-tests/vertx-http/pom.xml +++ b/integration-tests/vertx-http/pom.xml @@ -97,7 +97,14 @@ true true + + + -H:ResourceConfigurationFiles=${project.basedir}/src/main/resources/resources-config.json + -H:EnableURLProtocols=http,https + ${graalvmHome} + true + true diff --git a/integration-tests/vertx-http/src/main/resources/resources-config.json b/integration-tests/vertx-http/src/main/resources/resources-config.json new file mode 100644 index 00000000000000..fc0791cae1361f --- /dev/null +++ b/integration-tests/vertx-http/src/main/resources/resources-config.json @@ -0,0 +1,7 @@ +{ + "resources": [ + { + "pattern": ".*\\.jks$" + } + ] +} \ No newline at end of file