Skip to content

Commit

Permalink
Manage smallrye-certificate-generator-junit5 in the test BOM so that …
Browse files Browse the repository at this point in the history
…Quarkiverse projects can use it for testing too
  • Loading branch information
ppalaga committed Sep 19, 2024
1 parent 5f90272 commit 5640602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<version>${rxjava1.version}</version>
</dependency>

<dependency>
<groupId>io.smallrye.certs</groupId>
<artifactId>smallrye-certificate-generator-junit5</artifactId>
<version>${smallrye-certificate-generator.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<protobuf-java.version>${protoc.version}</protobuf-java.version>
<proto-google-common-protos.version>2.43.0</proto-google-common-protos.version>

<!-- Used in the build parent (for the junit 5 plugin) and in the BOM (for the API) -->
<!-- Used in the build parent and test BOM (for the junit 5 plugin) and in the BOM (for the API) -->
<smallrye-certificate-generator.version>0.8.1</smallrye-certificate-generator.version>

<!-- TestNG version: we don't enforce it in the BOM as it is mostly used in the MP TCKs and we need to use the version from the TCKs -->
Expand Down

0 comments on commit 5640602

Please sign in to comment.