Skip to content

Commit

Permalink
Fix maven dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranarcher committed Jan 8, 2018
1 parent 62073a4 commit b88c214
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,28 @@
<repositories>
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>${confluent.maven.repo}</url>
<url>http://packages.confluent.io/maven/</url>
</repository>
<repository>
<id>confluent-snapshots</id>
<url>https://s3-us-west-2.amazonaws.com/confluent-snapshots/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>confluent</id>
<url>http://packages.confluent.io/maven/</url>
</pluginRepository>
<pluginRepository>
<id>confluent-snapshots</id>
<url>https://s3-us-west-2.amazonaws.com/confluent-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down

0 comments on commit b88c214

Please sign in to comment.