Skip to content

Commit

Permalink
MOSIP-25017 : Added Prometheus related dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GOKULRAJ136 <[email protected]>
  • Loading branch information
GOKULRAJ136 committed Oct 3, 2024
1 parent e8afd79 commit 16f6f75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kernel/kernel-idgenerator-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<modelmapper.version>2.3.7</modelmapper.version>
<kernel.logger.version>1.2.1-SNAPSHOT</kernel.logger.version>
<jacoco.maven.plugin.version>0.8.11</jacoco.maven.plugin.version>
<io.micrometer.prometheus.version>1.13.4</io.micrometer.prometheus.version>
<sonar.coverage.exclusions>**/constant/**,**/config/**,**/httpfilter/**,**/cache/**,**/entity/**,**/model/**,**/exception/**,**/repository/**,**/verticle/**,**/spi/**,"**/proxy/**","**/entities/**","**/filter/**","**/util/**","**/verifier/**","**/IDGeneratorVertxApplication.java"</sonar.coverage.exclusions>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -52,6 +53,16 @@
<artifactId>kernel-idgenerator-vid</artifactId>
<version>${kernel.idgenerator.vid.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>${io.micrometer.prometheus.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>${io.micrometer.prometheus.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 16f6f75

Please sign in to comment.