提交 8e2b14a2 编写于 作者: S Sam Brannen
上级 b5fb7437
...@@ -38,6 +38,7 @@ ext { ...@@ -38,6 +38,7 @@ ext {
kotlinVersion = "1.3.21" kotlinVersion = "1.3.21"
log4jVersion = "2.11.2" log4jVersion = "2.11.2"
nettyVersion = "4.1.33.Final" nettyVersion = "4.1.33.Final"
quartzVersion = "2.3.0"
reactorVersion = "Californium-SR5" reactorVersion = "Californium-SR5"
rxjavaVersion = "1.3.8" rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1" rxjavaAdapterVersion = "1.2.1"
...@@ -181,7 +182,7 @@ configure(allprojects) { project -> ...@@ -181,7 +182,7 @@ configure(allprojects) { project ->
"http://tiles.apache.org/framework/apidocs/", "http://tiles.apache.org/framework/apidocs/",
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", "http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
"http://ehcache.org/apidocs/2.10.4", "http://ehcache.org/apidocs/2.10.4",
"http://quartz-scheduler.org/api/2.2.1/", "https://www.quartz-scheduler.org/api/${quartzVersion}/package-list?",
"http://fasterxml.github.io/jackson-core/javadoc/2.9/", "http://fasterxml.github.io/jackson-core/javadoc/2.9/",
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/", "http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/", "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
......
...@@ -11,7 +11,7 @@ dependencies { ...@@ -11,7 +11,7 @@ dependencies {
optional("javax.cache:cache-api:1.1.0") optional("javax.cache:cache-api:1.1.0")
optional("com.github.ben-manes.caffeine:caffeine:2.7.0") optional("com.github.ben-manes.caffeine:caffeine:2.7.0")
optional("net.sf.ehcache:ehcache:2.10.4") optional("net.sf.ehcache:ehcache:2.10.4")
optional("org.quartz-scheduler:quartz:2.3.0") optional("org.quartz-scheduler:quartz:${quartzVersion}")
optional("org.codehaus.fabric3.api:commonj:1.1.0") optional("org.codehaus.fabric3.api:commonj:1.1.0")
optional("org.freemarker:freemarker:${freemarkerVersion}") optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context")) testCompile(project(":spring-context"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册