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


##########
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:
   We can't.  We need it in the new api.  It's used to define scopes (those 
can't work without the package) and it's also used to inject various components.



-- 
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