diff options
author | sheel.bajpai <sheel.bajpai@orange.com> | 2021-06-28 08:58:55 +0000 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-28 19:20:08 +0000 |
commit | 58dbebc1deb18b9df2d0685c7dcda36f289d9656 (patch) | |
tree | 4bed0b50bd552faab4c7785b18d438fc07014a20 /common/pom.xml | |
parent | 6a5b05fa3b21085ef21c37db2ea3d29275b87191 (diff) |
ONAP Service Mesh compliant modification
Issue-ID: OOM-2232
Signed-off-by: sheel.bajpai <sheel.bajpai@orange.com>
Change-Id: Ie7416143179b27b64f17088f1983f4477c259cc4
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index f42033b152..a6e8a79f56 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -15,6 +15,7 @@ <protobuf.version>3.10.0</protobuf.version> <grpc.netty.version>4.1.30.Final</grpc.netty.version> <ccsdk.version>1.1.2</ccsdk.version> + <spring-cloud-sleuth.version>2.0.2.RELEASE</spring-cloud-sleuth.version> </properties> <dependencies> <dependency> @@ -300,6 +301,10 @@ <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-sleuth</artifactId> + </dependency> </dependencies> <dependencyManagement> <dependencies> @@ -310,6 +315,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-sleuth</artifactId> + <version>${spring-cloud-sleuth.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> </dependencies> </dependencyManagement> <build> |