Skip to content

Commit

Permalink
feat: add tkit test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Aug 12, 2024
1 parent 6c638a4 commit 68a5376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@
</dependency>

<!-- Test -->
<dependency>
<groupId>org.tkit.quarkus.lib</groupId>
<artifactId>tkit-quarkus-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down Expand Up @@ -400,6 +405,7 @@
<!--suppress UnresolvedMavenProperty -->
<maven.home>${maven.home}</maven.home>
<quarkus.jacoco.excludes>${sonar.coverage.exclusions}</quarkus.jacoco.excludes>
<tkit.test.integration-test-enabled>true</tkit.test.integration-test-enabled>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit 68a5376

Please sign in to comment.