nvazquez commented on issue #8820:
URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039908074
Hi @rohityadavcloud it seems like the missing jar comes as a dependency of
one of the vapi jars that are on the non-oss repo:
````
<dependency>
<groupId>com.vmware.vapi</groupId>
<artifactId>vapi-authentication</artifactId>
<version>2.40.0</version>
</dependency>
<dependency>
<groupId>com.vmware.vapi</groupId>
<artifactId>vapi-runtime</artifactId>
<version>2.40.0</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]