Skip to content

Commit

Permalink
I18n-1308: Add Correlation IDs to Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
byronantak committed Jan 24, 2025
1 parent 2803c60 commit ead15f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<aspectj.version>1.9.21</aspectj.version>
<jackson.version>2.13.5</jackson.version>
<commons.text.version>1.12.0</commons.text.version>
<micrometer.registry.atlas.version>1.11.0</micrometer.registry.atlas.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -87,6 +88,15 @@
<version>${commons.text.version}</version>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-observation</artifactId>
</dependency>
</dependencies>

<!-- SCM setup to push changes to the Github repo on release -->
Expand Down

0 comments on commit ead15f3

Please sign in to comment.