rmannibucau commented on code in PR #1336:
URL: https://github.com/apache/maven/pull/1336#discussion_r1418572514


##########
maven-core/src/main/resources/META-INF/maven/extension.xml:
##########
@@ -187,6 +189,7 @@ under the License.
     
<exportedArtifact>org.apache.maven.resolver:maven-resolver-util</exportedArtifact>
     
<exportedArtifact>org.apache.maven.resolver:maven-resolver-connector-basic</exportedArtifact>
 
+    <exportedArtifact>jakarta.inject:jakarta.inject-api</exportedArtifact>

Review Comment:
   don't think it should land there, ideally we shouldn't have it (we saw that 
javax was an issue already) but if imposed by some part of the stack (not sure 
which one since I thought we stayed on javax intentionally) we should just hide 
it from any consumer IMHO



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to