kjeldpaw commented on issue #2250:
URL: https://github.com/apache/camel-quarkus/issues/2250#issuecomment-781094295
Adding following dependency solved the build:
```
<dependency>
<groupId>org.jboss.spec.javax.security.jacc</groupId>
<artifactId>jboss-jacc-api_1.5_spec</artifactId>
<version>2.0.0.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.
For queries about this service, please contact Infrastructure at:
[email protected]