com.github.zuihou
        imcs-jobs
        b.2.5-SNAPSHOT
        ../
    
    4.0.0
    imcs-jobs-server
    ${project.artifactId}
    定时服务启动模块
    
        
        
            com.github.zuihou
            imcs-executor
            ${imcs-project.version}
        
        
        
            com.github.zuihou
            imcs-jobs-core
            ${imcs-project.version}
        
        
            com.github.zuihou
            zuihou-databases
            ${imcs-commons.version}
        
        
            com.github.zuihou
            zuihou-log-starter
        
        
            org.springframework.cloud
            spring-cloud-context
        
        
            com.github.zuihou
            zuihou-j2cache-starter
        
        
            org.springframework.boot
            spring-boot-starter-web
            
                
                    org.apache.tomcat.embed
                    tomcat-embed-websocket
                
                
                    org.springframework.boot
                    spring-boot-starter-tomcat
                
            
        
        
            org.springframework.boot
            spring-boot-starter-undertow
        
        
        
            org.springframework.boot
            spring-boot-starter-freemarker
        
        
        
            com.baomidou
            mybatis-plus-boot-starter
        
        
            com.alibaba
            druid-spring-boot-starter
        
        
            mysql
            mysql-connector-java
        
        
        
            org.apache.commons
            commons-collections4
        
        
        
            org.apache.commons
            commons-lang3
        
        
        
            org.apache.commons
            commons-email
        
        
        
            org.quartz-scheduler
            quartz
        
        
        
            junit
            junit
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    true
                
            
            
            
                com.spotify
                dockerfile-maven-plugin
                ${dockerfile-maven-plugin.version}
                
                    ${docker.image.prefix}/${project.artifactId}
                    ${imcs-project.version}
                    
                        target/${project.build.finalName}.jar