"...git@gitlab.schbrain.com:panwangnan/schbrain-parent.git" did not exist on "a065d4941f1c4ae468b781314acc9f549451429e"
Commit 0c5aad59 authored by liaozan's avatar liaozan 🏀

Add missing dependency curator-x-discovery

parent 8dea680f
...@@ -328,6 +328,11 @@ ...@@ -328,6 +328,11 @@
<artifactId>curator-recipes</artifactId> <artifactId>curator-recipes</artifactId>
<version>${curator.version}</version> <version>${curator.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery</artifactId>
<version>${curator.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.curator</groupId> <groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId> <artifactId>curator-framework</artifactId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment