Skip to content

Commit

Permalink
Use junit-extensions when testing with JUnit
Browse files Browse the repository at this point in the history
`junit-extensions` is a tests checker.
  • Loading branch information
findepi authored and wendigo committed Jun 14, 2024
1 parent 8753726 commit 6da6490
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@
<version>${dep.airlift.version}</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>junit-extensions</artifactId>
<version>2</version>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>launcher</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions tracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>junit-extensions</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-testing</artifactId>
Expand Down

0 comments on commit 6da6490

Please sign in to comment.