Skip to content

Commit b466eda

Browse files
refs #101: Remove guava and YamlFileApplicationContextInitializer
1 parent 6d7b363 commit b466eda

File tree

3 files changed

+3
-130
lines changed

3 files changed

+3
-130
lines changed

service-discovery-ft/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies {
1717
testImplementation(libs.prometheus.scraper)
1818

1919
testImplementation(libs.spring.boot.starter.test)
20-
testImplementation(libs.google.guava)
2120
}
2221

2322
configurations {

service-discovery-ft/src/test/java/com/generoso/ft/sd/YamlFileApplicationContextInitializer.java

-126
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package com.generoso.ft.sd.config;
22

3-
import com.generoso.ft.sd.YamlFileApplicationContextInitializer;
43
import io.cucumber.spring.CucumberContextConfiguration;
4+
import org.springframework.boot.test.context.SpringBootTest;
55
import org.springframework.test.context.ContextConfiguration;
66

7+
@SpringBootTest
78
@ContextConfiguration(
8-
classes = {TestConfiguration.class},
9-
initializers = YamlFileApplicationContextInitializer.class)
9+
classes = {TestConfiguration.class})
1010
@CucumberContextConfiguration
1111
public class CucumberSpringConfiguration {
1212
}

0 commit comments

Comments
 (0)