Open MIST3R420 opened 1 year ago
Add the lines where the repository URL is defined which will fix the build.
...
<repositories>
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>${confluent.maven.repo}</url>
</repository>
<repository>
<id>conjars.org</id>
<url>https://conjars.wensel.net/repo/</url>
</repository>
</repositories>
...
Hello I am having an issue while following the steps to generate the jar file. The build fails because conjars.org is not a valid url anymore which needs to be switched to conjars.wensel.net, can you please direct me to where I can manually change this url and make a quick fix?