Add sbt-license-report generated links to http whitelist
This commit is contained in:
parent
2ff8c07a17
commit
3ab894e443
1 changed files with 53 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ site-link-validator {
|
|||
"https://javadoc.io/static/"
|
||||
# GitHub will block with "429 Too Many Requests"
|
||||
"https://github.com/"
|
||||
# Github links generated by sbt-license-report
|
||||
"http://github.com/"
|
||||
"https://www.scala-lang.org/api/2.13.10/scala/runtime/AbstractFunction1.html"
|
||||
"https://www.scala-lang.org/api/2.13.10/scala/runtime/AbstractFunction2.html"
|
||||
"https://www.scala-lang.org/api/2.13.10/scala/runtime/AbstractFunction3.html"
|
||||
|
|
@ -65,5 +67,56 @@ site-link-validator {
|
|||
"http://www.tom-e-white.com/2007/11/consistent-hashing.html"
|
||||
# genereated by @apidoc
|
||||
"http://www.scala-lang.org/api/2.13."
|
||||
# following links are generated by sbt-license-report
|
||||
"http://apache.org/licenses/LICENSE-2.0"
|
||||
"http://asm.objectweb.org/license.html"
|
||||
"http://asm.ow2.io/"
|
||||
"http://beust.com/jcommander"
|
||||
"http://bnd.bndtools.org"
|
||||
"http://code.google.com/p/atinject/"
|
||||
"http://code.google.com/p/snakeyaml/"
|
||||
"http://commons.apache.org/lang/"
|
||||
"http://commons.apache.org/math/"
|
||||
"http://commons.apache.org/proper/commons-io/"
|
||||
"http://commons.apache.org/proper/commons-logging/"
|
||||
"http://commons.apache.org/proper/commons-math/"
|
||||
"http://creativecommons.org/publicdomain/zero/1.0/"
|
||||
"http://glassfish.java.net/public/CDDL+GPL_1_1.html"
|
||||
"http://hc.apache.org/httpcomponents-client"
|
||||
"http://hc.apache.org/httpcomponents-core-ga"
|
||||
"http://hdrhistogram.github.io/HdrHistogram/"
|
||||
"http://incubator.apache.org/projects/htrace.html"
|
||||
"http://jackson.codehaus.org"
|
||||
"http://java.sun.com/products/javabeans/jaf/index.jsp"
|
||||
"http://jax-rs-spec.java.net"
|
||||
"http://jcp.org/en/jsr/detail?id=250"
|
||||
"http://junit.org"
|
||||
"http://kamon.io"
|
||||
"http://latencyutils.github.io/LatencyUtils/"
|
||||
"http://netty.io/"
|
||||
"http://objenesis.org"
|
||||
"http://openjdk.java.net/legal/gplv2+ce.html"
|
||||
"http://opensource.org/licenses/apache2.0.php"
|
||||
"http://pholser.github.com/jopt-simple"
|
||||
"http://pojosr.googlecode.com"
|
||||
"http://team.ops4j.org/wiki/display/ops4j/Tinybundles"
|
||||
"http://testng.org"
|
||||
"http://www-128.ibm.com/developerworks/library/os-cpl.html"
|
||||
"http://www.apache.org/licenses/"
|
||||
"http://www.bouncycastle.org/java.html"
|
||||
"http://www.bouncycastle.org/licence.html"
|
||||
"http://www.eclipse.org/legal/epl-v10.html"
|
||||
"http://www.gnu.org/licenses/lgpl.txt"
|
||||
"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
|
||||
"http://www.javassist.org/"
|
||||
"http://www.mozilla.org/MPL/MPL-1.1.html"
|
||||
"http://www.opensource.org/licenses/"
|
||||
"http://www.osgi.org"
|
||||
"http://www.reactive-streams.org/"
|
||||
"http://www.scala-lang.org/"
|
||||
"http://www.scala-sbt.org"
|
||||
"http://www.scalacheck.org"
|
||||
"http://www.scalatest.org"
|
||||
"http://www.slf4j.org"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue