|
126 | 126 |
|
127 | 127 | <dependencyManagement>
|
128 | 128 | <dependencies>
|
| 129 | + <dependency> |
| 130 | + <groupId>org.springframework.cloud</groupId> |
| 131 | + <artifactId>spring-cloud-dependencies</artifactId> |
| 132 | + <version>${spring-cloud.version}</version> |
| 133 | + <type>pom</type> |
| 134 | + <scope>import</scope> |
| 135 | + </dependency> |
| 136 | + <!-- |
129 | 137 | <dependency>
|
130 | 138 | <groupId>org.springframework.cloud</groupId>
|
131 | 139 | <artifactId>spring-cloud-task-dependencies</artifactId>
|
|
147 | 155 | <type>pom</type>
|
148 | 156 | <scope>import</scope>
|
149 | 157 | </dependency>
|
| 158 | + --> |
150 | 159 | <!--
|
151 | 160 | TODO: #7
|
152 | 161 | <dependency>
|
|
330 | 339 | <artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
331 | 340 | <version>2.0.0.RELEASE</version>
|
332 | 341 | </dependency>
|
333 |
| - <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-bus --> |
334 | 342 | <dependency>
|
335 | 343 | <groupId>org.springframework.cloud</groupId>
|
336 | 344 | <artifactId>spring-cloud-bus</artifactId>
|
337 | 345 | <version>2.0.0.RELEASE</version>
|
338 | 346 | </dependency>
|
339 |
| - <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-gcp-starter --> |
340 | 347 | <dependency>
|
341 | 348 | <groupId>org.springframework.cloud</groupId>
|
342 | 349 | <artifactId>spring-cloud-gcp-starter</artifactId>
|
|
355 | 362 | <type>pom</type>
|
356 | 363 | </dependency>
|
357 | 364 | -->
|
358 |
| - <!-- |
359 | 365 | <dependency>
|
360 | 366 | <groupId>org.springframework.cloud</groupId>
|
361 | 367 | <artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
|
362 | 368 | <version>1.3.4.RELEASE</version>
|
363 | 369 | </dependency>
|
364 |
| - <dependency> |
365 |
| - <groupId>org.springframework.cloud</groupId> |
366 |
| - <artifactId>spring-cloud-sleuth-reactor</artifactId> |
367 |
| - <version>1.3.4.RELEASE</version> |
368 |
| - </dependency> |
369 |
| - --> |
| 370 | + <!-- |
| 371 | + <dependency> |
| 372 | + <groupId>org.springframework.cloud</groupId> |
| 373 | + <artifactId>spring-cloud-sleuth-reactor</artifactId> |
| 374 | + <version>1.3.4.RELEASE</version> |
| 375 | + </dependency> |
| 376 | + --> |
370 | 377 | <dependency>
|
371 | 378 | <groupId>org.springframework.cloud</groupId>
|
372 | 379 | <artifactId>spring-cloud-netflix-hystrix-contract</artifactId>
|
373 | 380 | <version>2.0.0.RELEASE</version>
|
374 |
| - </dependency> |
375 |
| - <dependency> |
376 |
| - <groupId>org.springframework.cloud</groupId> |
377 |
| - <artifactId>spring-cloud-commons</artifactId> |
378 |
| - <version>${org.springframework.cloud.version}</version> |
| 381 | + <type>pom</type> |
| 382 | + <scope>import</scope> |
379 | 383 | </dependency>
|
380 | 384 | </dependencies>
|
381 | 385 | </dependencyManagement>
|
|
798 | 802 | <enabled>false</enabled>
|
799 | 803 | </snapshots>
|
800 | 804 | </repository>
|
| 805 | + <!-- |
| 806 | + <repository> |
| 807 | + <id>spring-snapshots</id> |
| 808 | + <name>Spring Snapshots</name> |
| 809 | + <url>https://repo.spring.io/libs-snapshot</url> |
| 810 | + <snapshots> |
| 811 | + <enabled>true</enabled> |
| 812 | + </snapshots> |
| 813 | + </repository> |
| 814 | + --> |
801 | 815 | <repository>
|
802 | 816 | <id>spring-plugins</id>
|
803 | 817 | <name>Spring Plugins Repository</name>
|
|
0 commit comments