Skip to content

Commit

Permalink
fix: add ksql-functional-tests to the ksql package (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva Mehta authored Aug 1, 2019
1 parent c938a4c commit 9548135
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ksql-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<artifactId>ksql-examples</artifactId>
</dependency>

<dependency>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-functional-tests</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Required for running tests -->

<dependency>
Expand Down

0 comments on commit 9548135

Please sign in to comment.