File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dependencies {
17
17
api platform(" org.springframework:spring-framework-bom:6.0.0-SNAPSHOT" )
18
18
api platform(" io.projectreactor:reactor-bom:2020.0.12" )
19
19
api platform(" io.rsocket:rsocket-bom:1.1.1" )
20
- api platform(" org.junit:junit-bom:5.8.1" )
21
20
api platform(" org.springframework.data:spring-data-bom:2022.1.0-SNAPSHOT" )
22
21
api platform(" com.fasterxml.jackson:jackson-bom:2.13.0" )
23
22
constraints {
@@ -65,6 +64,7 @@ dependencies {
65
64
api " org.hamcrest:hamcrest:2.2"
66
65
api " org.hibernate:hibernate-core-jakarta:5.6.0.Final"
67
66
api " org.hsqldb:hsqldb:2.6.0"
67
+ api " junit:junit:4.13.2"
68
68
api " org.jasig.cas.client:cas-client-core:3.6.2"
69
69
api " org.mockito:mockito-core:3.12.4"
70
70
api " org.mockito:mockito-inline:3.12.4"
You can’t perform that action at this time.
0 commit comments