elharo commented on code in PR #443:
URL:
https://github.com/apache/maven-build-cache-extension/pull/443#discussion_r2725550203
##########
pom.xml:
##########
@@ -194,9 +194,9 @@ under the License.
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <version>3.0.2</version>
+ <groupId>org.jspecify</groupId>
Review Comment:
Nothing is removed from this pom.xml dependencies section. Only a new
dependency section. That sends up red flags. How does this PR actually remove
the dependency on JSR-250?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]