Manual URL Cleanup

Closes gh-22517
This commit is contained in:
Sam Brannen
2019-03-11 20:34:33 +01:00
parent 82ee0bef93
commit 0dedba016c

View File

@@ -114,11 +114,11 @@ 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.0/",
"https://www.ehcache.org/apidocs/2.6.9/package-list?",
"https://www.quartz-scheduler.org/api/2.2.2/package-list?",
"https://jackson.codehaus.org/1.9.4/javadoc/",
"https://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
"https://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
"https://fasterxml.github.io/jackson-core/javadoc/2.3.0/package-list?",
"https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/package-list?",
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs"
] as String[]
}