From 50ab2825d0d92ba96f55cda7d12074d2bdd99c03 Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Mon, 9 Jan 2023 14:28:51 -0500 Subject: [PATCH] Workaround maven.restlet.org service cert expiry. (#1602) This is pulling over workaround as reported in usnistgov/oscal-content#139 with the WIP workaround submodule. usnistgov/oscal-content@26f0fe1 --- build/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/pom.xml b/build/pom.xml index c8fa4d1ca1..02f5f0ecb0 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -16,12 +16,17 @@ the following errors: The following artifacts could not be resolved: org.restlet.jee:org.restlet:jar:2.2.2 ... + + 20221230 Workaround: TLS certificates for the restlet.org maven service + expired, see the following GitHub issue for details and status updates + about workaround alternative service and target or maven.restlet.org + redirect. https://github.com/restlet/restlet-framework-java/issues/1390 --> maven.restlet.org maven.restlet.org - https://maven.restlet.org + https://maven.restlet.talend.com