4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.2.1.RELEASE
         
    
    com.example
    sso
    0.0.1-SNAPSHOT
    jar
    sso
    Demo project for Spring Boot
    
        1.8
    
    
        
            com.auth0
            java-jwt
            3.8.1
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            true
        
        
            org.projectlombok
            lombok
            true
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.apache.httpcomponents
            httpclient
            4.5.13
        
        
            org.apache.httpcomponents
            httpmime
            4.5.8
        
        
            com.alibaba
            fastjson
            1.2.45
        
        
            org.apache.poi
            poi-ooxml
            5.0.0 
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin