Update Javadoc external links
This commit is contained in:
parent
20bb25647f
commit
38714b35e7
|
@ -203,11 +203,12 @@ configure(allprojects) { project ->
|
||||||
"http://tiles.apache.org/tiles-request/apidocs/",
|
"http://tiles.apache.org/tiles-request/apidocs/",
|
||||||
"http://tiles.apache.org/framework/apidocs/",
|
"http://tiles.apache.org/framework/apidocs/",
|
||||||
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
|
"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://quartz-scheduler.org/api/2.2.0/",
|
||||||
"http://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
|
"http://fasterxml.github.io/jackson-core/javadoc/2.7/",
|
||||||
"http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
|
"http://fasterxml.github.io/jackson-databind/javadoc/2.7/",
|
||||||
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/",
|
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.7/",
|
||||||
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
|
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
|
||||||
] as String[]
|
] as String[]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue