Skip to content

Commit

Permalink
Kafka-avro-serializer dependency download problem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazansakin committed Mar 3, 2021
1 parent faf89a9 commit e417d1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@
</plugins>
</build>

<repositories>
<repository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories>

<profiles>
<profile>
<id>make-jar</id>
Expand Down

0 comments on commit e417d1b

Please sign in to comment.