Skip to content

Commit

Permalink
MOSIP-840 : added prometheus dependency (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Monobikash Das <[email protected]>
  • Loading branch information
MonobikashDas and Monobikash Das authored Apr 26, 2020
1 parent 5064a85 commit b375fc9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion resident/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.0.6</version>
<version>1.0.9</version>
<packaging>pom</packaging>
<name>resident</name>
<description>Parent project of MOSIP Resident</description>
Expand Down Expand Up @@ -146,6 +146,7 @@
<powermock.module.junit4.version>2.0.0</powermock.module.junit4.version>
<powermock.api.mockito.version>2.0.2</powermock.api.mockito.version>
<mockito.version>2.22.0</mockito.version>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>


<sonar.coverage.exclusions>
Expand Down
14 changes: 12 additions & 2 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.0.6</version>
<version>1.0.9</version>
</parent>
<artifactId>resident-service</artifactId>
<name>resident-service</name>
<version>1.0.8</version>
<version>1.0.9</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -142,6 +142,16 @@
<artifactId>gson</artifactId>
<version>${google.gson.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>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b375fc9

Please sign in to comment.