File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/java/ru/mystamps/web/support
test/java/ru/mystamps/web/tests/cases Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
import org .springframework .boot .context .embedded .ConfigurableEmbeddedServletContainer ;
24
24
import org .springframework .boot .context .embedded .EmbeddedServletContainerCustomizer ;
25
- import org .springframework .boot .context . embedded .ErrorPage ;
25
+ import org .springframework .boot .web . servlet .ErrorPage ;
26
26
27
27
import ru .mystamps .web .Url ;
28
28
Original file line number Diff line number Diff line change 25
25
import org .springframework .context .annotation .Bean ;
26
26
import org .springframework .context .annotation .Configuration ;
27
27
28
- import org .springframework .boot .context . embedded .ServletRegistrationBean ;
28
+ import org .springframework .boot .web . servlet .ServletRegistrationBean ;
29
29
30
30
import com .github .heneke .thymeleaf .togglz .TogglzDialect ;
31
31
import org .togglz .console .TogglzConsoleServlet ;
Original file line number Diff line number Diff line change 21
21
22
22
import org .openqa .selenium .support .PageFactory ;
23
23
24
- import org .springframework .boot .test .ConfigFileApplicationContextInitializer ;
24
+ import org .springframework .boot .test .context . ConfigFileApplicationContextInitializer ;
25
25
import org .springframework .test .context .ContextConfiguration ;
26
26
import org .springframework .test .context .support .AnnotationConfigContextLoader ;
27
27
import org .springframework .test .context .testng .AbstractTestNGSpringContextTests ;
You can’t perform that action at this time.
0 commit comments