Skip to content

Commit

Permalink
increment bookkeeper version (apache#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored Jun 17, 2017
1 parent 70b2a35 commit c92abef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
<artifactId>netty-common</artifactId></exclusion>
</exclusions>
</dependency>


<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>prometheus-metrics-provider</artifactId>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-zookeeper</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ flexible messaging model and an intuitive client API.</description>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<bookkeeper.version>4.3.1.60-yahoo</bookkeeper.version>
<bookkeeper.version>4.3.1.69-yahoo</bookkeeper.version>
<zookeeper.version>3.4.10</zookeeper.version>
<netty.version>4.0.46.Final</netty.version>
<storm.version>0.9.5</storm.version>
Expand Down Expand Up @@ -196,6 +196,12 @@ flexible messaging model and an intuitive client API.</description>
<artifactId>datasketches-metrics-provider</artifactId>
<version>${bookkeeper.version}</version>
</dependency>

<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>prometheus-metrics-provider</artifactId>
<version>${bookkeeper.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit c92abef

Please sign in to comment.