From d4d928d6a9485822919bf99b7c9b9d7b3ca6e433 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 17 Jun 2024 09:30:39 +0100 Subject: [PATCH] broken java.net links in license report (#174) --- scripts/link-validator.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 5097bc88..1aa560be 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -54,6 +54,9 @@ site-link-validator { "https://github.com/", # license report "http://stephenc.github.com/jcip-annotations" + "http://fi.java.net" + "http://stax-ex.java.net/" + "https://glassfish.java.net/public/CDDL+GPL_1_1.html" ] non-https-whitelist = [ @@ -62,10 +65,8 @@ site-link-validator { "http://creativecommons.org/publicdomain/zero/1.0/" "http://dev.mysql.com/doc/connector-j/en/" "http://dom4j.github.io/" - "http://fi.java.net" "http://findbugs.sourceforge.net/" "http://github.com/" - "http://glassfish.java.net/public/CDDL+GPL_1_1.html" "http://hdrhistogram.github.io/HdrHistogram/" "http://hibernate.org" "http://junit.org" @@ -73,7 +74,6 @@ site-link-validator { "http://www.opensource.org/licenses/" "http://repository.jboss.org/licenses/gpl-2.0-ce.txt" "http://slick.typesafe.com" - "http://stax-ex.java.net/" "http://stephenc.github.com/jcip-annotations" "http://www.antlr.org/" "http://www.apache.org/licenses/"