From c5820d44cd3c641d8b06f427f5259585818d9d00 Mon Sep 17 00:00:00 2001 From: Bertrand Renuart Date: Tue, 17 May 2022 21:45:23 +0200 Subject: [PATCH] Fetch Logback javadoc from https://javadoc.io (#810) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fetch Logback javadoc from https://javadoc.io instead of from Logback’s website: - /package-list not available anymore from the official location - the official website contains the doc for the very latest released version only without history --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4831dcb9..b6a4c0d7 100644 --- a/pom.xml +++ b/pom.xml @@ -499,7 +499,8 @@ - http://logback.qos.ch/apidocs + https://javadoc.io/doc/ch.qos.logback/logback-core/${logback.version} + https://javadoc.io/doc/ch.qos.logback/logback-classic/${logback.version} https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/${jackson.version} https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/${jackson.version}