elab-parent
        com.elab.core
        4.0.0-SNAPSHOT
    
    4.0.0
    elab-spring
    
        
            
                org.apache.maven.plugins
                maven-compiler-plugin
                
                    8
                    8
                
            
        
    
    
    
        
        
        
        
        
        
            org.springframework.boot
            spring-boot-autoconfigure
            provided
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            ${springboot.version}
            true
        
        
            com.elab.log
            elab-log
            ${project.version}
        
        
            com.elab.core
            elab-mq
            ${project.version}
            provided
        
        
            com.elab.core
            elab-redis
            ${project.version}
            provided
        
        
            com.fasterxml.jackson.core
            jackson-databind
            2.9.8
            provided
        
        
            com.elab.core
            elab-db
            ${project.version}
        
        
        
            org.springframework
            spring-core
            true
        
        
        
            org.springframework
            spring-context
            true
        
        
        
            org.springframework
            spring-context-support
            true
        
        
        
            org.springframework
            spring-jdbc
            true
            provided
        
        
        
            org.springframework
            spring-tx  
            true
        
        
        
            org.springframework
            spring-beans
            true
        
        
        
            org.springframework
            spring-aop
            true
        
        
        
            org.springframework
            spring-webmvc
            true
        
        
        
            org.springframework
            spring-web
            true
        
        
        
        
        
        
        
            javax.validation
            validation-api
            compile
        
        
            io.springfox
            springfox-swagger2
            compile
            
            
            
            
            
            
        
        
            io.springfox
            springfox-swagger-ui
            compile
        
        
            org.hibernate
            hibernate-validator
            compile
        
        
        
        
        
        
        
        
            junit
            junit
            test
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.apache.httpcomponents
            httpclient
        
        
        
        
        
        
        
    
    
        
        
        
        
        
        
            snapshots
            User Project SNAPSHOTS
            http://192.168.0.11:8081/repository/maven-snapshots/