ppkarwasz commented on code in PR #3228: URL: https://github.com/apache/logging-log4j2/pull/3228#discussion_r2041080025
########## log4j-api/pom.xml: ########## @@ -63,16 +63,19 @@ <dependencies> <dependency> - <groupId>org.jspecify</groupId> - <artifactId>jspecify</artifactId> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> + <!-- + ~ Effectively optional, but included due to its size and the compilation warnings its absence causes. + --> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>provided</scope> + <groupId>org.jspecify</groupId> + <artifactId>jspecify</artifactId> Review Comment: Fixed in https://github.com/apache/logging-log4j2/pull/3228/commits/a86d7ca480400de309623c22c7549da14f0c8008 -- 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