Payara 5.2021.10 BOM still references artifacts from patched externals repo

Hi everyone,
the above mentioned Payara BOM file cannot be used by using the ‘Payara Nexus’ repository alone but it references at least one artifact from the ‘Payara Patched Externals’ repository.

At least the following artifact is referenced which does noo exist in the ‘Payara Nexus’ repo:

      <dependency>
        <groupId>com.sun.mail</groupId>
        <artifactId>jakarta.mail</artifactId>
        <version>1.6.4.payara-p1</version>
      </dependency>

Cheers,
Sven

Hi Sven,

Thanks for reporting this. I have created a task for the team to make all artifacts available on the Payara Nexus repository.

Rudy