[ https://issues.apache.org/jira/browse/MDEP-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897613#comment-17897613 ]
ASF GitHub Bot commented on MDEP-965: ------------------------------------- michael-o commented on code in PR #461: URL: https://github.com/apache/maven-dependency-plugin/pull/461#discussion_r1838310580 ########## pom.xml: ########## @@ -311,15 +311,15 @@ under the License. <scope>test</scope> </dependency> <dependency> - <groupId>javax.json</groupId> - <artifactId>javax.json-api</artifactId> - <version>1.1.4</version> + <groupId>jakarta.json</groupId> + <artifactId>jakarta.json-api</artifactId> + <version>2.1.3</version> Review Comment: You need to downgrade: https://jakarta.ee/specifications/jsonp/2.1/ Java 11 required. > 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)