Skip to content

Commit

Permalink
Add Monitoring Interceptors to ksql-examples Docker image (confluenti…
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Oct 2, 2018
1 parent d311881 commit ce549e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ksql-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<version>${arg.version}</version>
</dependency>

<dependency>
<groupId>io.confluent</groupId>
<artifactId>monitoring-interceptors</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit ce549e2

Please sign in to comment.