Skip to content

Commit 38714b3

Browse files
committed
Update Javadoc external links
1 parent 20bb256 commit 38714b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)