Skip to content

Commit

Permalink
Upgrade the bookkeeper storage client dependency to the official book…
Browse files Browse the repository at this point in the history
…keeper version (#1328)

This removes the temp dependency in `pulsar-functions-instance`
  • Loading branch information
sijie committed Mar 5, 2018
1 parent 585ea13 commit f38fce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -230,6 +230,12 @@ flexible messaging model and an intuitive client API.</description>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client</artifactId>
<version>${bookkeeper.version}</version>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-bookkeeper-stats-api</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions pulsar-functions/instance/pom.xml
Expand Up @@ -61,7 +61,6 @@
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client</artifactId>
<version>0.6.0</version>
</dependency>

<dependency>
Expand All @@ -86,15 +85,4 @@

</dependencies>

<!-- current the stream storage artifacts are hosted at streamlio. will give rid of this once it is proposed to merge to bookkeeper -->
<repositories>
<repository>
<id>stream-storage-mvn-repo</id>
<url>https://raw.githubusercontent.com/sijie/artifacts/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

</project>

0 comments on commit f38fce7

Please sign in to comment.