代码拉取完成,页面将自动刷新
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: 'org.slf4j', module: 'slf4j-jdk14'
all*.exclude group: 'log4j', module: 'log4j'
all*.exclude group: 'commons-logging', module: 'commons-logging'
all { resolutionStrategy.cacheChangingModulesFor 1, 'minutes' }
}
// In this section you declare the dependencies for your production and test code
dependencies {
compile 'javax.inject:javax.inject:1'
compile "com.alibaba:fastjson:${fastjsonVersion}"
compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
compile "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jacksonVersion}"
compile "org.springframework:spring-context:${springVersion}"
compile "com.google.guava:guava:${guavaVersion}"
compile "io.jaegertracing:jaeger-client:${jaegerVersion}"
compile "io.opentracing:opentracing-util:${opentracingVersion}"
compile 'org.jocean:jocean-opentracing-jdbc:0.0.1-SNAPSHOT'
compile 'commons-beanutils:commons-beanutils:1.9.3'
// compile 'com.netflix.hystrix:hystrix-core:1.5.12'
// compile 'com.netflix.hystrix:hystrix-serialization:1.5.12'
// compile 'io.github.resilience4j:resilience4j-timelimiter:0.17.0'
compile 'io.micrometer:micrometer-core:1.7.0'
// compile "com.alibaba.csp:sentinel-core:${sentinelVersion}"
compile 'io.prometheus:simpleclient_common:0.6.0'
compile 'javax.ws.rs:javax.ws.rs-api:2.1'
/* jocean */
compile 'org.jocean:jocean-idiom:0.1.4-SNAPSHOT'
compile 'org.jocean:jocean-http:0.0.3-SNAPSHOT'
compile('org.jocean:jocean-j2se:0.0.4-SNAPSHOT') { transitive = false }
compile 'org.jocean:jocean-redis:0.0.1-SNAPSHOT'
compile 'net.lingala.zip4j:zip4j:1.3.2'
compile "io.netty:netty-all:${nettyVersion}"
// for wsin.xml 's WebSocketFrameHandler
compile 'ch.qos.logback:logback-core:1.2.3'
testCompile 'ch.qos.logback:logback-classic:1.2.3'
// Declare the dependency for your favourite test framework you want to use in your tests.
// TestNG is also supported by the Gradle Test task. Just change the
// testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
// 'test.useTestNG()' to your build script.
testCompile 'junit:junit:4.12'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。