payara / Payara_PatchedProjects

6 stars 25 forks source link

Missing org.glassfish:jakarta.el:jar:3.0.3.payara-p3 #366

Closed poikilotherm closed 3 years ago

poikilotherm commented 3 years ago

Using

<dependency>
  <groupId>fish.payara.api</groupId>
  <artifactId>payara-bom</artifactId>
  <version>5.2021.1</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

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.

pzygielo commented 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).

lprimak commented 3 years ago

Yes. This repository is being gradually phased out in favor of nexus

poikilotherm commented 3 years ago

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>
lprimak commented 3 years ago

@poikilotherm I have edited the above comment for correctness