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 committed Jul 11, 2023
1 parent d3fe2cb commit 11eb1c6
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 @@ -28,7 +28,7 @@
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
<url>https://maven.restlet.org</url>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>

Expand Down

0 comments on commit 11eb1c6

Please sign in to comment.