4.0.0
    spring-boot-testing-2
    spring-boot-testing-2
    jar
    This is simple boot application for demonstrating testing features.
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-web-services
        
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.springframework.boot
            spring-boot-starter-data-redis
        
        
            wsdl4j
            wsdl4j
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.springframework.ws
            spring-ws-test
            3.1.3
            test
        
        
            org.springframework.boot
            spring-boot-starter-oauth2-resource-server
        
        
            org.springframework.boot
            spring-boot-starter-webflux
            test
        
        
            com.github.dasniko
            testcontainers-keycloak
            ${testcontainers-keycloak.version}
            test
        
        
            org.testcontainers
            testcontainers
            ${testcontainers.version}
        
        
            org.testcontainers
            junit-jupiter
            ${testcontainers.version}
            test
        
        
            com.redis.testcontainers
            testcontainers-redis-junit-jupiter
            1.4.6
            test
        
    
    
        
            
                org.jvnet.jaxb2.maven2
                maven-jaxb2-plugin
                0.15.1
                
                    
                        xjc
                        
                            generate
                        
                        
                            ${project.basedir}/src/main/resources/webservice
                            ${project.basedir}/src/main/java
                            com.baeldung.webservice.generated
                            false
                            true
                        
                    
                
            
        
    
    
        com.baeldung.boot.Application
        1.17.2
        1.10.0