2 Star 1 Fork 1

isdom/jocean-j2se

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
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'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/isdom/jocean-j2se.git
[email protected]:isdom/jocean-j2se.git
isdom
jocean-j2se
jocean-j2se
master

搜索帮助