Closed ARMmaster17 closed 2 years ago
JUnit 4 accidentally got added in as a dependency. This PR removes it because JUnit 5 is already included through the org.spring-boot.starter.testing package.
org.spring-boot.starter.testing
Closes #211
15 files ±0 15 suites ±0 17s :stopwatch: -7s 83 tests ±0 83 :heavy_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit b7388313. ± Comparison against base commit 615d0c46.
Summary
JUnit 4 accidentally got added in as a dependency. This PR removes it because JUnit 5 is already included through the
org.spring-boot.starter.testing
package.Closes #211