Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua
9 years ago
Commit
d6d9e828448985afca6ac566fbc49afd5668783e
1 parent
fc69d484
add curator
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
pom.xml
pom.xml
View file @
d6d9e82
...
...
@@ -355,13 +355,20 @@
<dependency>
<groupId>
org.apache.curator
</groupId>
<artifactId>
curator-framework
</artifactId>
<version>
2.7.1
</version>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
org.apache.curator
</groupId>
<artifactId>
curator-recipes
</artifactId>
<version>
2.7.1
</version>
<version>
3.0.0
</version>
</dependency>
<dependency>
<groupId>
org.apache.curator
</groupId>
<artifactId>
curator-x-discovery
</artifactId>
<version>
3.0.0
</version>
</dependency>
<!-- 工具包 -->
<dependency>
<groupId>
commons-lang
</groupId>
...
...
Please
register
or
login
to post a comment