代码拉取完成,页面将自动刷新
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:+")
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。