|
@@ -58,14 +58,15 @@ subprojects {
|
|
|
dependencies {
|
|
|
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
|
|
compile("org.jetbrains.kotlin:kotlin-reflect")
|
|
|
+
|
|
|
compile('org.springframework.boot:spring-boot-starter')
|
|
|
compile('org.springframework.boot:spring-boot-starter-web')
|
|
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
|
|
testCompile("junit:junit:4.12")
|
|
|
|
|
|
- compile ("commons-io:commons-io:$commons_io_version")
|
|
|
- compile ("commons-logging:commons-logging:$commons_logging_version")
|
|
|
- compile ("org.apache.commons:commons-lang3:$commons_lang3_version")
|
|
|
+ compile("commons-io:commons-io:$commons_io_version")
|
|
|
+ compile("commons-logging:commons-logging:$commons_logging_version")
|
|
|
+ compile("org.apache.commons:commons-lang3:$commons_lang3_version")
|
|
|
compile group: 'commons-codec', name: 'commons-codec', version: '1.10'
|
|
|
compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.2'
|
|
|
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
|
|
@@ -86,28 +87,29 @@ subprojects {
|
|
|
// compile ("org.springframework.data:spring-data-jpa:$spring_data_version")
|
|
|
// compile ("org.springframework.data:spring-data-elasticsearch:$spring_data_elasticsearch_version")
|
|
|
//
|
|
|
- compile ("com.alibaba:druid:$alidruid_version")
|
|
|
- compile ("org.ehcache:ehcache:$ehcache_version")
|
|
|
- compile ("org.activiti:activiti-engine:$activiti_version")
|
|
|
- compile ("org.activiti:activiti-spring:$activiti_version")
|
|
|
- compile ("net.sf.ehcache:ehcache-core:$ehcache_core_version")
|
|
|
- compile ("mysql:mysql-connector-java:$mysql_connector_version")
|
|
|
+ compile("com.alibaba:druid:$alidruid_version")
|
|
|
+ compile("org.ehcache:ehcache:$ehcache_version")
|
|
|
+ compile("org.activiti:activiti-engine:$activiti_version")
|
|
|
+ compile("org.activiti:activiti-spring:$activiti_version")
|
|
|
+ compile("net.sf.ehcache:ehcache-core:$ehcache_core_version")
|
|
|
+ compile("mysql:mysql-connector-java:$mysql_connector_version")
|
|
|
// compile ("org.mybatis:mybatis:$mybatis_version")
|
|
|
// compile ("org.mybatis:mybatis-spring:$mybatiss_version")
|
|
|
- compile ("com.baomidou:mybatis-plus:$mybatis_plus_version")
|
|
|
- compile ("com.baomidou:mybatisplus-spring-boot-starter:$mybatis_plus_boot_version")
|
|
|
- compile ("com.rabbitmq:amqp-client:$rabbitmq_version")
|
|
|
- compile ("com.xuxueli:xxl-job-core:$xxljob_version")
|
|
|
- compile ("io.springfox:springfox-swagger2:$swagger_version")
|
|
|
- compile ("io.springfox:springfox-swagger-ui:$swagger_version")
|
|
|
-
|
|
|
- compile ("com.google.guava:guava:23.6-jre")
|
|
|
- compile ("com.github.penggle:kaptcha:2.3.2")
|
|
|
- compile ("com.alibaba:fastjson:$fastjson_version")
|
|
|
-
|
|
|
-
|
|
|
- compile ("com.baomidou:kisso:3.7.0")
|
|
|
- compile ("io.jsonwebtoken:jjwt:0.7.0")
|
|
|
- compile ("org.projectlombok:lombok:1.16.18")
|
|
|
+ compile("com.baomidou:mybatis-plus:$mybatis_plus_version")
|
|
|
+ compile("com.baomidou:mybatisplus-spring-boot-starter:$mybatis_plus_boot_version")
|
|
|
+ compile("com.rabbitmq:amqp-client:$rabbitmq_version")
|
|
|
+ compile("com.xuxueli:xxl-job-core:$xxljob_version")
|
|
|
+ compile("io.springfox:springfox-swagger2:$swagger_version")
|
|
|
+ compile("io.springfox:springfox-swagger-ui:$swagger_version")
|
|
|
+
|
|
|
+ compile("com.google.guava:guava:23.6-jre")
|
|
|
+ compile("com.github.penggle:kaptcha:2.3.2")
|
|
|
+ compile("com.alibaba:fastjson:$fastjson_version")
|
|
|
+
|
|
|
+
|
|
|
+ compile("com.baomidou:kisso:3.7.0")
|
|
|
+ compile("io.jsonwebtoken:jjwt:0.7.0")
|
|
|
+ compile("org.projectlombok:lombok:1.16.18")
|
|
|
+ compile("org.apache.velocity:velocity-engine-core:2.0")
|
|
|
}
|
|
|
}
|