<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-test-extension</artifactId>
<version>0.11.0</version>
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-test-extension', version='0.11.0')
)
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-test-extension-parent</artifactId> <version>0.11.0</version> </parent>
compile
|-- io.undertow:undertow-servlet
|-- io.quarkus:quarkus-undertow-runtime
|-- io.quarkus:quarkus-test-extension-runtime:0.11.0
test