Skip to content

Commit

Permalink
Fix for expired maven.restlet.com https cert and recent versions of m…
Browse files Browse the repository at this point in the history
…aven

Transfer failed for
https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom:
PKIX path validation failed: java.security.cert.CertPathValidatorException:
validity check failed: NotAfter: Sun Nov 13 17:05:56 GMT 2022 -> [Help 1]

Please see:
  restlet/restlet-framework-java#1384
  • Loading branch information
mjw99 authored and dan2097 committed Apr 5, 2023
1 parent 040c71c commit 91628c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<repository>
<id>maven-restlet</id>
<name>Restlet repository</name>
<url>https://maven.restlet.com</url>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>
<properties>
Expand Down

0 comments on commit 91628c6

Please sign in to comment.