Skip to content

Commit

Permalink
Add maven.restlet.org workaround.
Browse files Browse the repository at this point in the history
If the TLS cert is bad, it will break local build just like
maven building Java deps in GHA.
  • Loading branch information
aj-stein-nist committed Dec 30, 2022
1 parent 00e1586 commit 1ce2520
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
<repositories>
<repository>
<id>maven.restlet.org</id>
<name>maven.restlet.org</name>
<url>https://maven.restlet.org</url>
<url>https://maven.restlet.talend.com</url>
</repository>
</repositories>

Expand Down

0 comments on commit 1ce2520

Please sign in to comment.