Skip to content

Commit 8e2b14a

Browse files
committed
Fix Javadoc links to Quartz
See quartz-scheduler/quartz-scheduler.org-site#42
1 parent b5fb743 commit 8e2b14a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ext {
3838
kotlinVersion = "1.3.21"
3939
log4jVersion = "2.11.2"
4040
nettyVersion = "4.1.33.Final"
41+
quartzVersion = "2.3.0"
4142
reactorVersion = "Californium-SR5"
4243
rxjavaVersion = "1.3.8"
4344
rxjavaAdapterVersion = "1.2.1"
@@ -181,7 +182,7 @@ configure(allprojects) { project ->
181182
"http://tiles.apache.org/framework/apidocs/",
182183
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
183184
"http://ehcache.org/apidocs/2.10.4",
184-
"http://quartz-scheduler.org/api/2.2.1/",
185+
"https://www.quartz-scheduler.org/api/${quartzVersion}/package-list?",
185186
"http://fasterxml.github.io/jackson-core/javadoc/2.9/",
186187
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
187188
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",

spring-context-support/spring-context-support.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
optional("javax.cache:cache-api:1.1.0")
1212
optional("com.github.ben-manes.caffeine:caffeine:2.7.0")
1313
optional("net.sf.ehcache:ehcache:2.10.4")
14-
optional("org.quartz-scheduler:quartz:2.3.0")
14+
optional("org.quartz-scheduler:quartz:${quartzVersion}")
1515
optional("org.codehaus.fabric3.api:commonj:1.1.0")
1616
optional("org.freemarker:freemarker:${freemarkerVersion}")
1717
testCompile(project(":spring-context"))

0 commit comments

Comments
 (0)