Re: Release 1.0 in Maven Central and its dependency tree
Hi,
At a quick glance, that does't look quite good at all :O The Java EE 8 samples project uses the API 1.0 pom without any issues. Both local and on a clean travis environment it could be resolved. SeeĀ https://github.com/javaee-samples/javaee8-samples/blob/1ddfa41dd54582fea518124c3d1f307b61f57396/pom.xml#L149 Payara 5 also used the 1.0 version, but includes both API and Implementation artefacts: SeeĀ https://github.com/payara/Payara/blob/Payara-5/appserver/pom.xml#L670 The workaround therefor may be to specify both API and Implementations dependencies in your pom. Not ideal, of course. But could you perhaps try that? Kind regards, Arjan Tijms
|
|