We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854c325 commit 062ab33Copy full SHA for 062ab33
defcon-parent/pom.xml
@@ -293,6 +293,16 @@
293
<artifactId>logback-classic</artifactId>
294
<version>1.2.3</version>
295
</dependency>
296
+ <dependency>
297
+ <groupId>org.springframework.cloud</groupId>
298
+ <artifactId>spring-cloud-starter-sleuth</artifactId>
299
+ <version>2.0.1.RELEASE</version>
300
+ </dependency>
301
302
303
+ <artifactId>spring-cloud-starter-config</artifactId>
304
305
306
</dependencies>
307
</dependencyManagement>
308
0 commit comments