4.0.0
    spring-5-security-oauth
    0.0.1-SNAPSHOT
    spring-5-security-oauth
    jar
    spring 5 security oauth sample project
    
        com.baeldung
        parent-boot-2
        0.0.1-SNAPSHOT
        ../../parent-boot-2
    
    
        
            org.springframework.boot
            spring-boot-starter-security
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.thymeleaf.extras
            thymeleaf-extras-springsecurity5
        
        
            org.springframework.boot
            spring-boot-starter-jersey
        
        
        
            org.springframework.security.oauth.boot
            spring-security-oauth2-autoconfigure
            ${spring-boot.version}
        
        
            org.springframework.security
            spring-security-oauth2-client
        
        
            org.springframework.security
            spring-security-oauth2-jose
        
        
            org.springframework
            spring-test
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.springframework.security
            spring-security-test
            test
        
    
    
        com.baeldung.oauth2.SpringOAuthApplication