ppkarwasz commented on issue #3779:
URL: 
https://github.com/apache/logging-log4j2/issues/3779#issuecomment-3079567495

   Hi @recaph,
   
   Thanks for reporting this!
   
   The message you're seeing appears to be generated by the [Spring Dependency 
Management 
Plugin](https://docs.spring.io/spring-boot/gradle-plugin/managing-dependencies.html#managing-dependencies.dependency-management-plugin).
 Together with [Gradle’s BOM 
support](https://docs.spring.io/spring-boot/gradle-plugin/managing-dependencies.html#managing-dependencies.gradle-bom-support),
 it’s one of the mechanisms for managing dependencies in a Spring Boot Gradle 
project.
   
   Although the message is logged with `ERROR` severity, it’s important to note 
that it’s **not** reported through Gradle’s [Problem Reporting 
API](https://docs.gradle.org/current/userguide/reporting_problems.html), so it 
does **not** cause the build to fail. The message concerns a dependency with 
`provided` Maven scope, so it can be safely ignored.
   
   Since it's non-fatal and does not break the build, we don't plan to issue a 
patch release. We'll address it in the next minor release.
   


-- 
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: notifications-unsubscr...@logging.apache.org

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

Reply via email to