erik-meuwese-topicus commented on code in PR #443:
URL:
https://github.com/apache/maven-build-cache-extension/pull/443#discussion_r2725468667
##########
pom.xml:
##########
@@ -194,10 +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>
- <scope>compile</scope>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>1.0.0</version>
Review Comment:
Compile is the default scope, used if none is specified. I added the scope
to the dependency.
--
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]