slfan1989 commented on code in PR #1269:
URL: https://github.com/apache/ratis/pull/1269#discussion_r2103867694
##########
pom.xml:
##########
@@ -433,12 +429,12 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.3.1</version>
+ <version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>annotations-api</artifactId>
- <version>6.0.53</version>
+ <version>${tomcat.version}</version>
<scope>provided</scope>
</dependency>
Review Comment:
Thank you for the clarification! I have switched the dependency to
`jakarta.annotation-api`, and the CI tests are currently passing. For now, we
can only use version `1.3.5`, as the package name changes to
`jakarta.annotation` starting from version `2.0.0`.
--
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]