Rodrigo Carvalho Silva created MNG-8364: -------------------------------------------
Summary: Make "classifier" be managed by "dependencyManagement" Key: MNG-8364 URL: https://issues.apache.org/jira/browse/MNG-8364 Project: Maven Issue Type: Improvement Affects Versions: 3.9.9 Reporter: Rodrigo Carvalho Silva I have the following dependency: {{ <dependency>}} {{ <groupId>com.querydsl</groupId>}} {{ <artifactId>querydsl-jpa</artifactId>}} {{ <version>5.1.0</version>}} {{ <classifier>jakarta</classifier>}} {{ </dependency>}} It would be great if the "jakarta" classifier could be managed by the "dependencyManagement" the same way as the version. -- This message was sent by Atlassian Jira (v8.20.10#820010)