70
70
<spring-cloud-gcp .version>1.0.0.RC1</spring-cloud-gcp .version>
71
71
<spring-cloud-services .version>2.0.1.RELEASE</spring-cloud-services .version>
72
72
<spring-cloud-task .version>2.0.0.RELEASE</spring-cloud-task .version>
73
+ <org .springframework.cloud.version>2.0.1.RELEASE</org .springframework.cloud.version>
74
+ <spring-cloud-dependencies .version>Finchley.RELEASE</spring-cloud-dependencies .version>
73
75
<spring-cloud .version>Finchley.RELEASE</spring-cloud .version>
74
76
75
77
<!-- Spring Web MVC -->
134
136
<dependency >
135
137
<groupId >org.springframework.cloud</groupId >
136
138
<artifactId >spring-cloud-dependencies</artifactId >
137
- <version >${spring-cloud.version} </version >
139
+ <version >${spring-cloud-dependencies .version} </version >
138
140
<type >pom</type >
139
141
<scope >import</scope >
140
142
</dependency >
273
275
<artifactId >popper.js</artifactId >
274
276
<version >${org.webjars.npm.popper.js} </version >
275
277
</dependency >
276
- <dependency >
277
- <groupId >org.springframework.cloud</groupId >
278
- <artifactId >spring-cloud-starter-stream-rabbit</artifactId >
279
- <version >2.0.1.RELEASE</version >
280
- </dependency >
281
278
<dependency >
282
279
<groupId >org.apache.maven.skins</groupId >
283
280
<artifactId >maven-fluido-skin</artifactId >
293
290
<artifactId >logback-classic</artifactId >
294
291
<version >1.2.3</version >
295
292
</dependency >
293
+ <dependency >
294
+ <groupId >org.springframework.cloud</groupId >
295
+ <artifactId >spring-cloud-starter-stream-rabbit</artifactId >
296
+ <version >${org.springframework.cloud.version} </version >
297
+ </dependency >
296
298
<dependency >
297
299
<groupId >org.springframework.cloud</groupId >
298
300
<artifactId >spring-cloud-starter-sleuth</artifactId >
299
- <version >2.0.1.RELEASE </version >
301
+ <version >${org.springframework.cloud.version} </version >
300
302
</dependency >
303
+
301
304
<dependency >
302
305
<groupId >org.springframework.cloud</groupId >
303
306
<artifactId >spring-cloud-starter-config</artifactId >
307
+ <version >${org.springframework.cloud.version} </version >
308
+ </dependency >
309
+ <dependency >
310
+ <groupId >org.springframework.cloud</groupId >
311
+ <artifactId >spring-cloud-netflix-hystrix-stream</artifactId >
312
+ <version >${org.springframework.cloud.version} </version >
313
+ </dependency >
314
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-binder-kafka -->
315
+ <dependency >
316
+ <groupId >org.springframework.cloud</groupId >
317
+ <artifactId >spring-cloud-stream-binder-kafka</artifactId >
318
+ <version >2.0.1.RELEASE</version >
319
+ </dependency >
320
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream-test-support -->
321
+ <dependency >
322
+ <groupId >org.springframework.cloud</groupId >
323
+ <artifactId >spring-cloud-stream-test-support</artifactId >
324
+ <version >2.0.1.RELEASE</version >
325
+ <scope >test</scope >
326
+ </dependency >
327
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bus-amqp -->
328
+ <dependency >
329
+ <groupId >org.springframework.cloud</groupId >
330
+ <artifactId >spring-cloud-starter-bus-amqp</artifactId >
331
+ <version >2.0.0.RELEASE</version >
332
+ </dependency >
333
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-bus -->
334
+ <dependency >
335
+ <groupId >org.springframework.cloud</groupId >
336
+ <artifactId >spring-cloud-bus</artifactId >
337
+ <version >2.0.0.RELEASE</version >
338
+ </dependency >
339
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-gcp-starter -->
340
+ <dependency >
341
+ <groupId >org.springframework.cloud</groupId >
342
+ <artifactId >spring-cloud-gcp-starter</artifactId >
343
+ <version >1.0.0.RELEASE</version >
344
+ </dependency >
345
+ <dependency >
346
+ <groupId >org.springframework.cloud</groupId >
347
+ <artifactId >spring-cloud-starter-zipkin-legacy</artifactId >
348
+ <version >1.3.4.RELEASE</version >
349
+ </dependency >
350
+ <dependency >
351
+ <groupId >org.springframework.cloud</groupId >
352
+ <artifactId >spring-cloud-sleuth-dependencies</artifactId >
353
+ <version >2.0.1.RELEASE</version >
354
+ <type >pom</type >
355
+ </dependency >
356
+ <!--
357
+ <dependency>
358
+ <groupId>org.springframework.cloud</groupId>
359
+ <artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
360
+ <version>1.3.4.RELEASE</version>
361
+ </dependency>
362
+ <dependency>
363
+ <groupId>org.springframework.cloud</groupId>
364
+ <artifactId>spring-cloud-sleuth-reactor</artifactId>
365
+ <version>1.3.4.RELEASE</version>
366
+ </dependency>
367
+ -->
368
+ <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-sleuth -->
369
+ <dependency >
370
+ <groupId >org.springframework.cloud</groupId >
371
+ <artifactId >spring-cloud-starter-sleuth</artifactId >
372
+ <version >2.0.1.RELEASE</version >
373
+ </dependency >
374
+ <dependency >
375
+ <groupId >org.springframework.cloud</groupId >
376
+ <artifactId >spring-cloud-netflix-hystrix-contract</artifactId >
377
+ <version >2.0.0.RELEASE</version >
378
+ </dependency >
379
+ <dependency >
380
+ <groupId >org.springframework.cloud</groupId >
381
+ <artifactId >spring-cloud-commons</artifactId >
304
382
<version >2.0.1.RELEASE</version >
305
383
</dependency >
306
384
</dependencies >
509
587
<artifactId >git-commit-id-plugin</artifactId >
510
588
<version >${git-commit-id-plugin.version} </version >
511
589
</plugin >
512
- <!-- Deploy to Artifactory -->
513
590
<plugin >
514
591
<groupId >org.jfrog.buildinfo</groupId >
515
592
<artifactId >artifactory-maven-plugin</artifactId >
741
818
<enabled >false</enabled >
742
819
</snapshots >
743
820
</repository >
821
+ <repository >
822
+ <id >sonatype</id >
823
+ <name >Sonatype Repository</name >
824
+ <url >https://oss.sonatype.org/content/repositories/releases</url >
825
+ <snapshots >
826
+ <enabled >false</enabled >
827
+ </snapshots >
828
+ </repository >
744
829
</repositories >
745
830
746
831
</project >
0 commit comments