payara / Payara

Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) and MicroProfile applications in any environment: on premise, in the cloud or hybrid.
http://www.payara.fish
Other
873 stars 299 forks source link

Bug Report: #6752

Open stbischof opened 3 weeks ago

stbischof commented 3 weeks ago

Brief Summary

The Payara-Bom has the dependency

            <dependency>
                <groupId>org.eclipse.persistence</groupId>
                <artifactId>org.eclipse.persistence.antlr</artifactId>
                <version>${eclipselink.version}</version>
            </dependency>

with

<eclipselink.version>4.0.1.payara-p2</eclipselink.version>

link to current version of bob But there is no version higher then org.eclipse.persistence.antlr/2.7.11.payara-p4

in the Payara Repo: https://nexus.payara.fish/service/rest/repository/browse/payara-artifacts/org/eclipse/persistence/org.eclipse.persistence.antlr/

Expected Outcome

Only reference existing Dependencies in pom. exiting versions

Current Outcome

an unresolavle dependency to

org.eclipse.persistence : org.eclipse.persistence.antlr : 4.0.1.payara-p2

Reproducer

look in your repo:

Operating System

All

JDK Version

JDK 17

Payara Distribution

Payara Server Full Profile

Elifzeynepedman commented 6 days ago

Hi @stbischof,

I have escalated this to the platform development team as FISH-8924.

Thank you, Elif