Skip to content

Commit

Permalink
add pinot-kinesis dependency to pinot-segment-local
Browse files Browse the repository at this point in the history
  • Loading branch information
mqliang committed Jan 31, 2022
1 parent 430147a commit ac8f7e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pinot-segment-local/pom.xml
Expand Up @@ -76,6 +76,10 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-segment-spi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-kinesis</artifactId>
</dependency>
<dependency>
<groupId>org.xerial.larray</groupId>
<artifactId>larray-mmap</artifactId>
Expand Down Expand Up @@ -166,5 +170,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-kinesis</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit ac8f7e7

Please sign in to comment.