mirror of https://github.com/knative/func.git
test: Fix quarkus e2e update test template (#587)
This commit is contained in:
parent
66fb60904c
commit
151f64f81e
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue