4.0.0
    spring-reactive-2
    0.0.1-SNAPSHOT
    spring-reactive-2
    jar
    spring sample project about new features
    
        com.baeldung
        parent-boot-3
        0.0.1-SNAPSHOT
        ../../parent-boot-3
    
    
        
            org.springframework.boot
            spring-boot-starter-webflux
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.projectreactor
            reactor-spring
            ${reactor-spring.version}
        
        
            org.projectlombok
            lombok
            provided
            ${lombok.version}
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.wiremock
            wiremock
            ${wiremock.version}
            test
        
        
            io.projectreactor
            reactor-test
            test
        
        
            org.springframework.security
            spring-security-test
            test
        
        
            org.springframework.boot
            spring-boot-starter-tomcat
        
        
            org.apache.commons
            commons-lang3
            ${commons-lang3.version}
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    com.baeldung.webclient.WebClientApplication
                    JAR
                
            
        
    
    
        
            integration-lite-first
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                ${project.basedir}/src/test/resources/logback-test.xml
                            
                        
                    
                
            
        
        
            integration-lite-second
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                ${project.basedir}/src/test/resources/logback-test.xml
                            
                        
                    
                
            
        
    
    
        1.0.1.RELEASE
        3.3.1