4.0.0
    spring-zuul-ui
    spring-zuul-ui
    war
    
        com.baeldung
        spring-zuul
        1.0.0-SNAPSHOT
    
    
    
    
        
            org.springframework.cloud
            spring-cloud-starter-zuul
            ${spring-cloud.version}
        
        
        
		
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
        
            org.springframework
            spring-test
            test
        
        
        
            junit
            junit
            test
        
        
            org.hamcrest
            hamcrest-core
            test
        
        
            org.hamcrest
            hamcrest-library
            test
        
        
            org.mockito
            mockito-core
            test
        
        
            com.jayway.restassured
            rest-assured
            ${rest-assured.version}
            test
            
                
                    commons-logging
                    commons-logging
                
            
        
    
    
    
        spring-zuul-ui
        
            
                src/main/resources
                true
            
        
        
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    
                         **/*LiveTest.java