Skip to content

Commit

Permalink
Add a missing test-scoped dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Feb 17, 2024
1 parent b1d2393 commit ed4894d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions com.io7m.jobj.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>com.io7m.junreachable</groupId>
<artifactId>com.io7m.junreachable.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit ed4894d

Please sign in to comment.