From 3af2ea349074a091c13529f2cbd85ddb54875d3c Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Wed, 17 Aug 2022 15:08:48 -0300 Subject: [PATCH] test: quarkus test template change to remove package type property (#1171) --- .../quarkus/http/src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/test/_e2e/update_templates/quarkus/http/src/main/resources/application.properties b/test/_e2e/update_templates/quarkus/http/src/main/resources/application.properties index 067db43d6..aa91e2146 100644 --- a/test/_e2e/update_templates/quarkus/http/src/main/resources/application.properties +++ b/test/_e2e/update_templates/quarkus/http/src/main/resources/application.properties @@ -1,7 +1,6 @@ # Configuration file # key = value quarkus.funqy.export=function -quarkus.package.type=legacy-jar quarkus.smallrye-health.root-path=/health quarkus.smallrye-health.liveness-path=liveness quarkus.smallrye-health.readiness-path=readiness