File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
kotlinVersion = " 1.3.21"
39
39
log4jVersion = " 2.11.2"
40
40
nettyVersion = " 4.1.33.Final"
41
+ quartzVersion = " 2.3.0"
41
42
reactorVersion = " Californium-SR5"
42
43
rxjavaVersion = " 1.3.8"
43
44
rxjavaAdapterVersion = " 1.2.1"
@@ -181,7 +182,7 @@ configure(allprojects) { project ->
181
182
" http://tiles.apache.org/framework/apidocs/" ,
182
183
" http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
183
184
" 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? " ,
185
186
" http://fasterxml.github.io/jackson-core/javadoc/2.9/" ,
186
187
" http://fasterxml.github.io/jackson-databind/javadoc/2.9/" ,
187
188
" http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
optional(" javax.cache:cache-api:1.1.0" )
12
12
optional(" com.github.ben-manes.caffeine:caffeine:2.7.0" )
13
13
optional(" net.sf.ehcache:ehcache:2.10.4" )
14
- optional(" org.quartz-scheduler:quartz:2.3.0 " )
14
+ optional(" org.quartz-scheduler:quartz:${ quartzVersion } " )
15
15
optional(" org.codehaus.fabric3.api:commonj:1.1.0" )
16
16
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
17
17
testCompile(project(" :spring-context" ))
You can’t perform that action at this time.
0 commit comments