Skip to content

Commit

Permalink
Test scope deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Apr 25, 2024
1 parent 058a94c commit 4cdb94b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,17 @@
</snapshotRepository>
</distributionManagement>
<dependencies>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 4cdb94b

Please sign in to comment.