代码拉取完成,页面将自动刷新
apply from: 'http://git.medtap.cn/jocean/devconf/raw/master/devconf/build-lib.gradle'
configurations {
all*.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
all*.exclude group: 'log4j', module: 'log4j'
all*.exclude group: 'commons-logging', module: 'commons-logging'
all { resolutionStrategy.cacheChangingModulesFor 1, 'minutes' }
}
dependencies {
/* log */
compile "org.slf4j:jcl-over-slf4j:1.7.7"
compile "ch.qos.logback:logback-classic:1.1.2"
optional("org.logback-extensions:logback-ext-spring:0.1.2") { transitive = false }
/* basics */
compile "org.springframework:spring-context-support:${springVersion}"
compile "org.springframework:spring-test:${springVersion}"
/* commons */
compile 'org.apache.commons:commons-lang3:3.3.2'
compile "org.apache.commons:commons-pool2:2.2"
compile "commons-beanutils:commons-beanutils:1.9.1"
compile "commons-io:commons-io:2.4"
compile "commons-codec:commons-codec:1.9"
/* for yaml */
compile 'org.yaml:snakeyaml:1.16'
compile 'com.google.guava:guava:19.0'
compile 'com.alibaba:fastjson:1.2.10'
compile 'javax.ws.rs:javax.ws.rs-api:2.0'
compile 'org.apache.curator:curator-recipes:2.7.1'
optional 'redis.clients:jedis:2.5.2'
optional 'com.jolbox:bonecp:0.8.0.RELEASE'
/** jocean */
compile 'org.jocean:jocean-idiom:0.1.4-SNAPSHOT'
compile 'io.netty:netty-all:4.0.41.Final'
// javax.inject
compile 'javax.inject:javax.inject:1'
testCompile 'junit:junit:4.11'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。