Build failure when trying to use kendra API in Java
Hi,
I have added the kendra dependency in core pom.xml and parent pom.xml.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>kendra</artifactId>
<version>2.25.40</version>
</dependency>
there is no error in java class and there are no compilation errors in core folder as well. But we are getting the following error :
