Skip to content

Commit

Permalink
Fix kafka plugin dependency scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nezihyigitbasi committed Sep 15, 2016
1 parent 9491084 commit c97e880
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions presto-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
<scope>provided</scope>
</dependency>

<!-- used by tests but also needed transitively -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>log-manager</artifactId>
<scope>runtime</scope>
</dependency>

<!-- for testing -->
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -167,12 +174,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>log-manager</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit c97e880

Please sign in to comment.