File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,12 @@ configure(allprojects) { project ->
203203 " http://tiles.apache.org/tiles-request/apidocs/" ,
204204 " http://tiles.apache.org/framework/apidocs/" ,
205205 " http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
206- " http://ehcache.org/apidocs/" ,
206+ " http://ehcache.org/apidocs/${ ehcacheVersion} " ,
207+ " http://ehcache.org/apidocs/${ ehcache3Version} " ,
207208 " http://quartz-scheduler.org/api/2.2.0/" ,
208- " http://fasterxml.github.com /jackson-core/javadoc/2.3.0 /" ,
209- " http://fasterxml.github.com /jackson-databind/javadoc/2.3.0 /" ,
210- " http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0 /" ,
209+ " http://fasterxml.github.io /jackson-core/javadoc/2.7 /" ,
210+ " http://fasterxml.github.io /jackson-databind/javadoc/2.7 /" ,
211+ " http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.7 /" ,
211212 " http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
212213 ] as String []
213214}
You can’t perform that action at this time.
0 commit comments