Manual URL Cleanup

Closes gh-22519
This commit is contained in:
Sam Brannen
2019-03-12 14:59:55 +01:00
parent 8006d1c123
commit 1d8b76361f
+4 -4
View File
@@ -192,10 +192,10 @@ configure(allprojects) { project ->
"https://tiles.apache.org/framework/apidocs/",
"http://aopalliance.sourceforge.net/doc/",
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
"https://www.ehcache.org/apidocs/",
"https://www.quartz-scheduler.org/api/2.2.1/",
"https://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
"https://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
"https://www.ehcache.org/apidocs/${ehcache3Version}/",
"https://www.quartz-scheduler.org/api/2.2.3/",
"https://fasterxml.github.io/jackson-core/javadoc/2.3.0/",
"https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/",
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/",
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
] as String[]