5 Star 2 Fork 10

hivemq/hivemq312

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
pipinet 提交于 2017-03-13 20:51 . 1
apply plugin: 'java'
apply plugin: 'idea'
repositories {
jcenter()
mavenCentral() // for release artifacts
maven { // for snapshot artifacts
url 'https://oss.sonatype.org/content/groups/public'
}
}
dependencies {
compile("org.eclipse.jetty:jetty-servlet:9.3.6.v20151106")
//common
compile("org.apache.commons:commons-lang3:3.4")
compile("com.google.guava:guava:19.0")
compile("org.quartz-scheduler:quartz:2.2.1")
compile("joda-time:joda-time:2.9.1")
compile("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.4.1")
compile("org.jetbrains.xodus:xodus-compress:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-entity-store:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-environment:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-openAPI:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-query:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-utils:1.0-SNAPSHOT")
compile("org.jetbrains.xodus:xodus-vfs:1.0-SNAPSHOT")
//logging
compile("org.slf4j:slf4j-api:1.7.12")
compile("org.slf4j:jul-to-slf4j:1.7.12")
compile("org.slf4j:jcl-over-slf4j:1.7.12")
compile("ch.qos.logback:logback-core:1.1.3")
compile("ch.qos.logback:logback-classic:1.1.3")
//config
compile("commons-configuration:commons-configuration:1.10")
//di
compile("com.google.inject:guice:4.0")
compile("com.google.inject.extensions:guice-multibindings:4.0")
compile("com.google.inject.extensions:guice-assistedinject:4.0")
compile("com.google.inject.extensions:guice-grapher:4.0")
//rest
compile("javax.servlet:javax.servlet-api:3.1.0")
compile("javax.ws.rs:javax.ws.rs-api:2.0.1")
compile("io.netty:netty-all:4.0.36.Final")
// compile("com.esotericsoftware.kryo:kryo:2.24.0")
compile("bouncycastle:bouncycastle-jce-jdk13:112")
compile("org.jboss.resteasy:resteasy-jaxrs:3.0.13.Final")
compile("org.jboss.resteasy:resteasy-guice:3.0.13.Final")
compile("org.jgroups:jgroups:3.6.6.Final")
compile("org.jgroups:jgroups-raft:+")
compile("com.esotericsoftware:kryo:3.0.3")
compile("com.google.code.findbugs:findbugs:3.0.1")
compile("org.bouncycastle:bcprov-jdk15on:1.54")
compile("org.bouncycastle:bcmail-jdk16:1.46")
compile("io.dropwizard.metrics:metrics-core:3.1.2")
compile("io.dropwizard.metrics:metrics-logback:3.1.2")
compile("net.openhft:zero-allocation-hashing:0.6")
compile("net.sf.ehcache:ehcache-jgroupsreplication:+")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hivemq/hivemq312.git
git@gitee.com:hivemq/hivemq312.git
hivemq
hivemq312
hivemq312
master

搜索帮助