Fix Javadoc links to Quartz

See https://github.com/quartz-scheduler/quartz-scheduler.org-site/issues/42
This commit is contained in:
Sam Brannen 2019-03-03 16:46:01 +01:00
parent b5fb7437c9
commit 8e2b14a2b6
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ ext {
kotlinVersion = "1.3.21"
log4jVersion = "2.11.2"
nettyVersion = "4.1.33.Final"
quartzVersion = "2.3.0"
reactorVersion = "Californium-SR5"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
@ -181,7 +182,7 @@ configure(allprojects) { project ->
"http://tiles.apache.org/framework/apidocs/",
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
"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-databind/javadoc/2.9/",
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",

View File

@ -11,7 +11,7 @@ dependencies {
optional("javax.cache:cache-api:1.1.0")
optional("com.github.ben-manes.caffeine:caffeine:2.7.0")
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.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context"))