com.storlead.boot
        storlead-framework
        ${revision}
    
    4.0.0
    storlead-web
    jar
    ${project.artifactId}
    
        
            com.storlead.boot
            storlead-common
            ${revision}
        
        
            com.storlead.boot
            storlead-core
            ${revision}
        
        
            javax.servlet
            javax.servlet-api
        
        
            org.springframework.boot
            spring-boot-dependencies
            ${spring.boot.version}
            pom
        
        
            org.springframework
            spring-web
        
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter
        
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            true
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
        
            org.aspectj
            aspectjweaver
            provided 
        
        
            com.github.xiaoymin
            knife4j-openapi3-spring-boot-starter
        
        
            org.projectlombok
            lombok
        
        
            io.springfox
            springfox-swagger2
        
        
            io.springfox
            springfox-swagger-ui
        
        
            io.swagger
            swagger-annotations
        
        
            org.springframework.security
            spring-security-core
            provided