Skip to content

Commit

Permalink
Fix test dependency scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 28, 2024
1 parent cbdb481 commit 50a4fe3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions com.io7m.changelog.tests/pom.xml
Expand Up @@ -63,16 +63,13 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 50a4fe3

Please sign in to comment.