Commit 4d64382a authored by Ali's avatar Ali

add zipkin dependency

parent bad228a5
......@@ -8,7 +8,7 @@ pipeline {
maven 'Maven3'
}
environment {
APP_NAME = "notificationsvc"
APP_NAME = "jobseekersvc"
RELEASE = "1.0.0"
DOCKER_REGISTRY_URL = "http://172.29.3.41:5000"
IMAGE_NAME = "172.29.3.41:5000/${APP_NAME}:${RELEASE}.${BUILD_NUMBER}"
......
......@@ -83,6 +83,19 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-observation-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-brave</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment