代码拉取完成,页面将自动刷新
apply from: 'http://git.jocean.org/jocean/devconf/raw/master/devconf/build-lib.gradle'
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.debug = "on"
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
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' }
// all*.exclude group: 'com.netflix.hystrix', module: 'hystrix-core'
}
dependencies {
/* jocean */
compile 'org.jocean:jocean-idiom:0.1.4-SNAPSHOT'
compile 'org.jocean:jocean-j2se:0.0.4-SNAPSHOT'
compile 'org.jocean:jocean-http:0.0.2-SNAPSHOT'
compile 'org.jocean:jocean-redis:0.0.1-SNAPSHOT'
compile 'org.jocean:jocean-svr:0.0.1-SNAPSHOT'
compile 'org.jocean:jocean-jdmk:0.0.2'
compile 'io.jaegertracing:jaeger-client:0.32.0'
compile "com.google.guava:guava:${guavaVersion}"
compile 'com.netflix.hystrix:hystrix-core:1.5.12'
compile 'com.netflix.hystrix:hystrix-serialization:1.5.12'
/* Log */
runtime 'org.slf4j:jcl-over-slf4j:1.7.32'
runtime 'org.slf4j:log4j-over-slf4j:1.7.32'
runtime 'ch.qos.logback:logback-classic:1.2.5'
/* compile('org.logback-extensions:logback-ext-spring:0.1.2') { transitive = false } */
testCompile 'junit:junit:4.12'
testCompile 'org.jmockit:jmockit:1.49'
testCompile 'org.jmock:jmock:2.12.0'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。