Re: [PR] Remove empty dependency scope from the api [maven]

2024-02-07 Thread via GitHub
gnodet merged PR #1402: URL: https://github.com/apache/maven/pull/1402 -- 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.o

Re: [PR] Remove empty dependency scope from the api [maven]

2024-02-07 Thread via GitHub
cstamas commented on code in PR #1402: URL: https://github.com/apache/maven/pull/1402#discussion_r1481426667 ## api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java: ## @@ -49,9 +49,12 @@ public enum DependencyScope { NONE("none", false), /** -