Skip to content

Commit

Permalink
Use RealJenkinsRule
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Aug 5, 2024
1 parent 166e4ad commit cde5b99
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 233 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@
<artifactId>git-tag-message</artifactId>
<version>1.7.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
Loading

0 comments on commit cde5b99

Please sign in to comment.