Skip to content

Commit 8cd3121

Browse files
committed
Inform GIB and Develocity of the dependency with quarkus-junit5
1 parent 727e74d commit 8cd3121

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integration-tests/maven/pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
<artifactId>quarkus-vertx-http-dev-ui-tests</artifactId>
7575
<scope>test</scope>
7676
</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>
7785
<dependency>
7886
<groupId>io.quarkus</groupId>
7987
<artifactId>quarkus-project-core-extension-codestarts</artifactId>

0 commit comments

Comments
 (0)