4.0.0
    spring-boot-security
    spring-boot-security
    Spring Boot Security Auto-Configuration
    jar
    
        com.baeldung
        parent-boot-2
        0.0.1-SNAPSHOT
        ../parent-boot-2
    
    
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.springframework.security.oauth
            spring-security-oauth2
            2.3.3.RELEASE
        
        
            org.springframework.security.oauth.boot
            spring-security-oauth2-autoconfigure
            2.1.2.RELEASE
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
        
            org.springframework.security
            spring-security-taglibs
        
        
        
            org.apache.tomcat.embed
            tomcat-embed-jasper
            provided
        
        
            javax.servlet
            jstl
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.springframework.security
            spring-security-test
            test
        
        
            org.springframework.boot
            spring-boot-autoconfigure
            2.1.1.RELEASE
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    
    
        com.baeldung.springbootsecurity.basic_auth.SpringBootSecurityApplication