test: Fix quarkus e2e update test template (#587)

This commit is contained in:
jrangelramos 2021-10-14 16:33:10 -03:00 committed by GitHub
parent 66fb60904c
commit 151f64f81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-funqy-knative-events</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>

View File

@ -2,3 +2,6 @@
# 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