melloware commented on PR #675:
URL: https://github.com/apache/myfaces/pull/675#issuecomment-1904755648
In the Quarkus Showcase pom.xml shouldn't this be changed to Jakarta?
```xml
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</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]