Skip to content

Commit

Permalink
Merge pull request #100 from codefiddler/bugfix/removeunuseddependency
Browse files Browse the repository at this point in the history
Removed system-rules maven dependency
  • Loading branch information
Nephery authored Oct 16, 2023
2 parents 4a8a99f + 9cc0278 commit 297e720
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.19.0</version>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 297e720

Please sign in to comment.