Skip to content

Commit 91628c6

Browse files
mjw99dan2097
authored andcommitted
Fix for expired maven.restlet.com https cert and recent versions of maven
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
1 parent 040c71c commit 91628c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<repository>
8080
<id>maven-restlet</id>
8181
<name>Restlet repository</name>
82-
<url>https://maven.restlet.com</url>
82+
<url>https://maven.restlet.talend.com</url>
8383
</repository>
8484
</repositories>
8585
<properties>

0 commit comments

Comments
 (0)