Needs to add confluent repositories in pom.xml
Please add below lines in the pom.xml
<repositories>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>
Needs to add confluent repositories in pom.xml
Please add below lines in the pom.xml
<repositories>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>