Commit b68b4b6 1 parent f0f0f57 commit b68b4b6 Copy full SHA for b68b4b6
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ repositories {
10
10
}
11
11
12
12
dependencies {
13
- implementation (libs. cucumber. spring)
14
- implementation (libs. cucumber. java)
13
+ testImplementation (libs. cucumber. spring)
14
+ testImplementation (libs. cucumber. java)
15
15
16
- implementation (libs. jackson. databing)
17
- implementation (libs. prometheus. scraper)
16
+ testImplementation (libs. jackson. databing)
17
+ testImplementation (libs. prometheus. scraper)
18
18
19
- implementation (libs. spring. boot. starter. test)
20
- implementation (libs. google. guava)
19
+ testImplementation (libs. spring. boot. starter. test)
20
+ testImplementation (libs. google. guava)
21
21
}
22
22
23
23
configurations {
24
24
cucumberRuntime {
25
- extendsFrom implementation
25
+ extendsFrom testImplementation
26
26
}
27
27
}
28
28
You can’t perform that action at this time.
0 commit comments