Added test framework as part of the BOM

This commit is contained in:
Marcin Grzejszczak
2020-12-10 19:16:56 +01:00
parent 996a4c1e10
commit 89433dc4d7
4 changed files with 7 additions and 18 deletions

View File

@@ -73,6 +73,12 @@
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Test framework -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-tests-common</artifactId>
<version>${project.version}</version>
</dependency>
<!-- BRAVE -->
<dependency>
<groupId>io.zipkin.brave</groupId>