We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727e74d commit 8cd3121Copy full SHA for 8cd3121
integration-tests/maven/pom.xml
@@ -74,6 +74,14 @@
74
<artifactId>quarkus-vertx-http-dev-ui-tests</artifactId>
75
<scope>test</scope>
76
</dependency>
77
+ <!-- This one is used by the tested projects so we need to create a dependency
78
+ to make sure GIB triggers the testing. -->
79
+ <dependency>
80
+ <groupId>io.quarkus</groupId>
81
+ <artifactId>quarkus-junit5</artifactId>
82
+ <scope>test</scope>
83
+ <version>${project.version}</version>
84
+ </dependency>
85
<dependency>
86
<groupId>io.quarkus</groupId>
87
<artifactId>quarkus-project-core-extension-codestarts</artifactId>
0 commit comments