[ 
https://issues.apache.org/jira/browse/MDEP-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897601#comment-17897601
 ] 

ASF GitHub Bot commented on MDEP-965:
-------------------------------------

elharo commented on PR #461:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/461#issuecomment-2470786044

   The issue is that javax.json hasn't been updated for about 5 years and won't 
be. It is an abandoned and unsupported library. It has been replaced by 
jakarta.json which has had multiple releases over those years. Something to do 
with the Eclipse Foundation taking over JEE development. But all usages of 
javax.json should be replaced with jakarta.json, which is the new hotness. Same 
library, same API but new package name and group ID. 




> org.glassfish:javax.json --> org.glassfish:jakarta.json
> -------------------------------------------------------
>
>                 Key: MDEP-965
>                 URL: https://issues.apache.org/jira/browse/MDEP-965
>             Project: Maven Dependency Plugin
>          Issue Type: Dependency upgrade
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>
> apparently a few years ago the artifact ID changed. This is the new hotness
>    <dependency>
>       <groupId>org.glassfish</groupId>
>       <artifactId>jakarta.json</artifactId>
>       <version>2.0.1</version>
>       <scope>test</scope>
>     </dependency>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to