Skip to content

Instantly share code, notes, and snippets.

@cvasilak
Last active May 3, 2019 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvasilak/ba977a98d1a8ce9136909068239736f5 to your computer and use it in GitHub Desktop.
Save cvasilak/ba977a98d1a8ce9136909068239736f5 to your computer and use it in GitHub Desktop.
cp-docker-images - 'pom.xml'
update 'pom.xml' [1] and add the confluent repository entry:
...
<repositories>
<repository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories>
...
[1] https://docs.confluent.io/current/clients/install.html#java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment