BAEL-7136: Remove spring-testing dependency on the parent POM and fix the dependencies to fix the integration tests (#15940)

This commit is contained in:
Oscar Mauricio Forero Carrillo
2024-02-25 22:43:19 +01:00
committed by GitHub
parent cb3b854caa
commit 40952ba2cc
3 changed files with 96 additions and 19 deletions
@@ -5,7 +5,7 @@ import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import javax.servlet.ServletContext;
import jakarta.servlet.ServletContext;
@EnableWebMvc
@Configuration