Skip to content

Commit

Permalink
Update bookkeeper servier version to 4.10.0-sn-1 (apache#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui authored and zymap committed Nov 3, 2020
1 parent 83cbc57 commit a675f68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -322,7 +322,7 @@ flexible messaging model and an intuitive client API.</description>
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-server</artifactId>
<version>${bookkeeper.version}</version>
<version>4.10.0-sn-1</version>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
Expand Down Expand Up @@ -1754,6 +1754,11 @@ flexible messaging model and an intuitive client API.</description>
</profiles>

<repositories>
<repository>
<id>bintray-streamnative-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/streamnative/maven</url>
</repository>
<repository>
<id>central</id>
<layout>default</layout>
Expand Down

0 comments on commit a675f68

Please sign in to comment.