File tree 12 files changed +70
-14
lines changed
spring-shell-autoconfigure
spring-shell-sample-catalog
spring-shell-sample-commands
spring-shell-standard-commands
spring-shell-test-autoconfigure 12 files changed +70
-14
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ dependencies {
10
10
implementation project(' :spring-shell-core' )
11
11
implementation project(' :spring-shell-standard' )
12
12
implementation project(' :spring-shell-standard-commands' )
13
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
13
+ testImplementation(' org.springframework.boot:spring-boot-test' )
14
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
15
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
16
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
17
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
18
+ testImplementation(' org.assertj:assertj-core' )
14
19
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
15
20
}
Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ dependencies {
18
18
api(' org.antlr:ST4' )
19
19
api(' commons-io:commons-io' )
20
20
compileOnly ' com.google.code.findbugs:jsr305'
21
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
21
+ testImplementation(' org.springframework.boot:spring-boot-test' )
22
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
23
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
24
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
25
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
26
+ testImplementation(' org.assertj:assertj-core' )
22
27
testImplementation ' org.awaitility:awaitility'
23
28
testImplementation ' com.google.jimfs:jimfs'
24
29
testImplementation ' io.projectreactor:reactor-test'
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ dependencies {
11
11
implementation project(' :spring-shell-starters:spring-shell-starter' )
12
12
implementation project(' :spring-shell-starters:spring-shell-starter-test' )
13
13
implementation project(' :spring-shell-samples:spring-shell-sample-catalog' )
14
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
14
+ testImplementation(' org.springframework.boot:spring-boot-test' )
15
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
16
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
17
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
18
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
19
+ testImplementation(' org.assertj:assertj-core' )
15
20
testImplementation ' org.awaitility:awaitility'
16
21
}
17
22
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ dependencies {
8
8
management platform(project(" :spring-shell-management" ))
9
9
implementation project(' :spring-shell-starters:spring-shell-starter-jna' )
10
10
testImplementation project(' :spring-shell-starters:spring-shell-starter-test' )
11
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
11
+ testImplementation(' org.springframework.boot:spring-boot-test' )
12
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
14
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
15
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
16
+ testImplementation(' org.assertj:assertj-core' )
12
17
testImplementation ' org.awaitility:awaitility'
13
18
}
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ dependencies {
8
8
management platform(project(" :spring-shell-management" ))
9
9
implementation project(' :spring-shell-starters:spring-shell-starter-jna' )
10
10
testImplementation project(' :spring-shell-starters:spring-shell-starter-test' )
11
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
11
+ testImplementation(' org.springframework.boot:spring-boot-test' )
12
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
14
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
15
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
16
+ testImplementation(' org.assertj:assertj-core' )
12
17
testImplementation ' org.awaitility:awaitility'
13
18
}
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ dependencies {
8
8
management platform(project(" :spring-shell-management" ))
9
9
implementation project(' :spring-shell-starters:spring-shell-starter-jna' )
10
10
testImplementation project(' :spring-shell-starters:spring-shell-starter-test' )
11
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
11
+ testImplementation(' org.springframework.boot:spring-boot-test' )
12
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
14
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
15
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
16
+ testImplementation(' org.assertj:assertj-core' )
12
17
testImplementation ' org.awaitility:awaitility'
13
18
}
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ dependencies {
15
15
management platform(project(" :spring-shell-management" ))
16
16
implementation project(' :spring-shell-starters:spring-shell-starter-ffm' )
17
17
testImplementation project(' :spring-shell-starters:spring-shell-starter-test' )
18
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
18
+ testImplementation(' org.springframework.boot:spring-boot-test' )
19
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
20
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
21
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
22
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
23
+ testImplementation(' org.assertj:assertj-core' )
19
24
testImplementation ' org.awaitility:awaitility'
20
25
}
Original file line number Diff line number Diff line change @@ -8,5 +8,10 @@ dependencies {
8
8
management platform(project(" :spring-shell-management" ))
9
9
implementation project(' :spring-shell-core' )
10
10
implementation project(' :spring-shell-standard' )
11
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
11
+ testImplementation(' org.springframework.boot:spring-boot-test' )
12
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
14
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
15
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
16
+ testImplementation(' org.assertj:assertj-core' )
12
17
}
Original file line number Diff line number Diff line change @@ -8,5 +8,10 @@ dependencies {
8
8
management platform(project(" :spring-shell-management" ))
9
9
implementation project(' :spring-shell-core' )
10
10
compileOnly ' com.google.code.findbugs:jsr305'
11
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
11
+ testImplementation(' org.springframework.boot:spring-boot-test' )
12
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
14
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
15
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
16
+ testImplementation(' org.assertj:assertj-core' )
12
17
}
Original file line number Diff line number Diff line change @@ -9,5 +9,10 @@ dependencies {
9
9
api(' org.springframework:spring-core' )
10
10
api(' org.springframework:spring-context' )
11
11
compileOnly ' com.google.code.findbugs:jsr305'
12
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
12
+ testImplementation(' org.springframework.boot:spring-boot-test' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
14
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
15
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
16
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
17
+ testImplementation(' org.assertj:assertj-core' )
13
18
}
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ dependencies {
13
13
implementation ' org.springframework:spring-test'
14
14
implementation ' org.springframework.boot:spring-boot-autoconfigure'
15
15
implementation ' org.springframework.boot:spring-boot-test-autoconfigure'
16
- implementation ' org.springframework.boot:spring-boot-starter-test'
17
- optional ' org.assertj:assertj-core'
18
- optional ' org.junit.jupiter:junit-jupiter-api'
16
+ implementation ' org.springframework.boot:spring-boot-test'
17
+ implementation ' org.junit.jupiter:junit-jupiter-engine'
18
+ implementation ' org.junit.platform:junit-platform-launcher'
19
+ testImplementation ' org.assertj:assertj-core'
19
20
testImplementation ' org.awaitility:awaitility'
20
21
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
21
22
}
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ dependencies {
9
9
implementation project(' :spring-shell-core' )
10
10
optional ' org.assertj:assertj-core'
11
11
optional ' org.junit.jupiter:junit-jupiter-api'
12
- testImplementation ' org.springframework.boot:spring-boot-starter-test'
12
+ testImplementation(' org.springframework.boot:spring-boot-test' )
13
+ testImplementation(' org.junit.jupiter:junit-jupiter-engine' )
14
+ testImplementation(' org.junit.jupiter:junit-jupiter-params' )
15
+ testImplementation(' org.junit.platform:junit-platform-launcher' )
16
+ testImplementation(" org.mockito:mockito-junit-jupiter" )
17
+ testImplementation(' org.assertj:assertj-core' )
13
18
testImplementation ' org.awaitility:awaitility'
14
19
}
You can’t perform that action at this time.
0 commit comments