1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/isdom-jocean-svr

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
build.gradle 2.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ming.ma Отправлено 18.05.2021 16:17 5906347
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'
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/isdom-jocean-svr.git
git@api.gitlife.ru:oschina-mirror/isdom-jocean-svr.git
oschina-mirror
isdom-jocean-svr
isdom-jocean-svr
master