diff --git a/build.gradle b/build.gradle index bf7fdaf32cf..8aad2e5a240 100644 --- a/build.gradle +++ b/build.gradle @@ -203,11 +203,12 @@ configure(allprojects) { project -> "http://tiles.apache.org/tiles-request/apidocs/", "http://tiles.apache.org/framework/apidocs/", "http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", - "http://ehcache.org/apidocs/", + "http://ehcache.org/apidocs/${ehcacheVersion}", + "http://ehcache.org/apidocs/${ehcache3Version}", "http://quartz-scheduler.org/api/2.2.0/", - "http://fasterxml.github.com/jackson-core/javadoc/2.3.0/", - "http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/", - "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/", + "http://fasterxml.github.io/jackson-core/javadoc/2.7/", + "http://fasterxml.github.io/jackson-databind/javadoc/2.7/", + "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.7/", "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" ] as String[] }