Skip to content

Commit

Permalink
Merge branch 'master' into log/add-mojito-environment-name-to-pager-d…
Browse files Browse the repository at this point in the history
…uty-incident
  • Loading branch information
byronantak authored Jan 24, 2025
2 parents 2803c60 + f4547f1 commit 6f030b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
<artifactId>commons-text</artifactId>
<version>${commons.text.version}</version>
</dependency>

</dependencies>

<!-- SCM setup to push changes to the Github repo on release -->
Expand Down
10 changes: 10 additions & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<node.version>v20.18.0</node.version>
<npm.version>8.2.0</npm.version>
<springdoc.version>2.6.0</springdoc.version>
<micrometer.registry.atlas.version>1.11.0</micrometer.registry.atlas.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -296,6 +297,15 @@
<artifactId>caffeine</artifactId>
</dependency>

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

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

<build>
Expand Down

0 comments on commit 6f030b3

Please sign in to comment.