1 Star 0 Fork 6

SmartCloud2025/http-gateway

forked from isdom/xharbor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
ming.ma 提交于 2014-12-19 18:11 . init commit for http-gateway
apply from: 'http://dev.jocean.org:8080/devconf/build-app.gradle'
configurations {
all*.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
all*.exclude group: 'log4j', module: 'log4j'
all*.exclude group: 'commons-logging', module: 'commons-logging'
}
dependencies {
/* log */
compile "org.slf4j:slf4j-api:1.7.7"
compile "io.netty:netty-all:4.0.23.Final"
/* jocean */
compile('org.jocean:jocean-idiom:0.1.3-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-event-api:0.0.7-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-event-core:0.1.5-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-event-extend:0.0.4-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-restful-server:0.0.4-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-restful-server:0.0.4-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-j2se:0.0.3-SNAPSHOT') { transitive = false }
compile('org.jocean:jocean-rosa:0.1.1-SNAPSHOT') { transitive = false }
compile "commons-beanutils:commons-beanutils:1.9.1"
compile 'org.apache.commons:commons-lang3:3.3.2'
compile "commons-io:commons-io:2.4"
compile "org.apache.commons:commons-pool2:2.2"
compile "com.google.guava:guava:17.0"
compile 'com.alibaba:fastjson:1.1.41'
compile "javax.ws.rs:javax.ws.rs-api:2.0"
runtime 'org.javassist:javassist:3.18.2-GA'
compile 'com.jcraft:jzlib:1.1.2'
/* Log */
compile "org.slf4j:jcl-over-slf4j:1.7.7"
compile "org.slf4j:log4j-over-slf4j:1.7.7"
compile "ch.qos.logback:logback-classic:1.1.2"
/* compile("org.logback-extensions:logback-ext-spring:0.1.2") { transitive = false } */
/* spring */
compile "org.springframework:spring-context-support:${springVersion}"
compile "org.springframework:spring-orm:${springVersion}"
compile "org.springframework:spring-test:${springVersion}"
runtime "cglib:cglib:3.0"
runtime "org.aspectj:aspectjweaver:1.7.3"
runtime 'org.jvnet.opendmk:jmxremote_optional:1.0_01-ea'
runtime "org.apache.curator:curator-recipes:2.6.0"
testCompile "junit:junit:4.11"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SmartCloud/http-gateway.git
[email protected]:SmartCloud/http-gateway.git
SmartCloud
http-gateway
http-gateway
master

搜索帮助