Skip to content

Commit

Permalink
feat: add test lib to bom (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Aug 12, 2024
1 parent 8a476db commit c8fa5ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
<artifactId>tkit-quarkus-security-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.tkit.quarkus.lib</groupId>
<artifactId>tkit-quarkus-test</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c8fa5ce

Please sign in to comment.