Skip to content

Commit 062ab33

Browse files
author
phasenraum2010
committed
fixed #43
1 parent 854c325 commit 062ab33

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

defcon-parent/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,16 @@
293293
<artifactId>logback-classic</artifactId>
294294
<version>1.2.3</version>
295295
</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+
<dependency>
302+
<groupId>org.springframework.cloud</groupId>
303+
<artifactId>spring-cloud-starter-config</artifactId>
304+
<version>2.0.1.RELEASE</version>
305+
</dependency>
296306
</dependencies>
297307
</dependencyManagement>
298308

0 commit comments

Comments
 (0)