|
@@ -169,10 +169,28 @@
|
|
|
<!-- </exclusions>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-zookeeper-config</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
+ <dependencyManagement>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
+ <version>Edgware.RELEASE</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+ </dependencyManagement>
|
|
|
+
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|