Closed poikilotherm closed 3 years ago
I had similar issue. Needed to update mirrors/nexus to consider additional repository at: https://nexus.payara.fish/repository/payara-artifacts (id: payara-nexus-artifacts
).
Yes. This repository is being gradually phased out in favor of nexus
Thx @lprimak
For the sake of completeness:
<repository>
<id>payara-nexus-artifacts</id>
<name>Payara Nexus Artifacts</name>
<url>https://nexus.payara.fish/repository/payara-artifacts</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
@poikilotherm I have edited the above comment for correctness
Using
my builds require
org.glassfish:jakarta.el:jar:3.0.3.payara-p3
.The latest version available here is
3.0.3.payara-p2
Please upgrade to make builds with the BOM happy again.