Skip to content

Commit

Permalink
Rollback setting JUnit to test scope as it breaks other code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sceiler committed Aug 16, 2023
1 parent c5ed752 commit 8b40533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
<artifactId>failsafe</artifactId>
<version>2.4.4</version>
</dependency>
<!-- Do not set scope to test for this dependency -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<!-- Do not set scope to test for this dependency -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -328,4 +328,4 @@
</extensions>
</build>

</project>
</project>

0 comments on commit 8b40533

Please sign in to comment.