|
@@ -22,13 +22,6 @@
|
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
|
- <version>Hoxton.SR10</version>
|
|
|
|
|
- <type>pom</type>
|
|
|
|
|
- <scope>import</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
|
@@ -177,16 +170,16 @@
|
|
|
<version>2.7.8</version>
|
|
<version>2.7.8</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
|
- <artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
|
|
|
|
|
- <exclusions>
|
|
|
|
|
- <exclusion>
|
|
|
|
|
- <groupId>org.apache.zookeeper</groupId>
|
|
|
|
|
- <artifactId>zookeeper</artifactId>
|
|
|
|
|
- </exclusion>
|
|
|
|
|
- </exclusions>
|
|
|
|
|
|
|
+ <groupId>org.apache.curator</groupId>
|
|
|
|
|
+ <artifactId>curator-framework</artifactId>
|
|
|
|
|
+ <version>4.0.1</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
|
|
+ <groupId>org.apache.curator</groupId>
|
|
|
|
|
+ <artifactId>curator-recipes</artifactId>
|
|
|
|
|
+ <version>4.0.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
<artifactId>zookeeper</artifactId>
|
|
<artifactId>zookeeper</artifactId>
|
|
|
<version>3.4.6</version>
|
|
<version>3.4.6</version>
|
|
@@ -196,7 +189,7 @@
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
</exclusion>
|
|
</exclusion>
|
|
|
</exclusions>
|
|
</exclusions>
|
|
|
- </dependency>
|
|
|
|
|
|
|
+ </dependency>-->
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<profiles>
|
|
<profiles>
|