Skip to content

Commit

Permalink
fix: Remove duplicate ksql-common dependency in ksql-streams pom (#3703)
Browse files Browse the repository at this point in the history
Maven complains with warnings if there are duplicated dependencies
  • Loading branch information
ewencp authored Oct 31, 2019
1 parent 49cc75b commit 0620906
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ksql-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-common</artifactId>
</dependency>

</dependencies>

Expand Down

0 comments on commit 0620906

Please sign in to comment.