123456789101112131415161718192021222324252627282930 |
- plugins {
- }
- dependencies {
- compile "org.springframework:spring-context-support:${spring}"
- // compile 'org.springframework:spring-context-support:5.2.12.RELEASE'
- compile "org.springframework:spring-web:${spring}"
- compile "org.springframework.boot:spring-boot-starter-security:${spring_boot_starter}"
- compile "com.github.pagehelper:pagehelper-spring-boot-starter:${pagehelper_spring_boot_starter}"
- compile "javax.validation:validation-api:${javax_validation}"
- compile "org.apache.commons:commons-lang3:${commons_lang3}"
- compile "com.fasterxml.jackson.core:jackson-databind:${jackson}"
- compile "com.alibaba:fastjson:${fastjson}"
- compile "commons-io:commons-io:${commons_io}"
- compile "commons-fileupload:commons-fileupload:${commons_fileupload}"
- compile "org.apache.poi:poi-ooxml:${poi}"
- compile "org.yaml:snakeyaml:${yaml}"
- compile "io.jsonwebtoken:jjwt:${jsonwebtoken}"
- compile "org.springframework.boot:spring-boot-starter-data-redis:${spring_boot_starter}"
- compile "org.apache.commons:commons-pool2:${commons_pool2}"
- compile "eu.bitwalker:UserAgentUtils:${user_agent_util}"
- compile "javax.servlet:javax.servlet-api:${servlet}"
- compile "org.projectlombok:lombok:${lombok}"
- }
- description = 'cadmin-common'
|