Skip to content

Commit

Permalink
KYLIN-3093 add curator-client
Browse files Browse the repository at this point in the history
  • Loading branch information
shaofengshi committed Jun 10, 2018
1 parent ff122eb commit de17b6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,12 @@
<version>${curator.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-client</artifactId>
<version>${curator.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit de17b6e

Please sign in to comment.