Skip to content

Commit

Permalink
1.1.4.4 (#966)
Browse files Browse the repository at this point in the history
* 1.1.4.4

* 1.1.4.4

Co-authored-by: M1030448 <[email protected]>
  • Loading branch information
2 people authored and Monobikash Das committed Jun 10, 2021
1 parent 781f5ed commit 222d430
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,5 @@
<artifactId>spring-boot-starter-webflux</artifactId>
<version>${spring.boot.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>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
<artifactId>spring-boot-starter-webflux</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>io.mosip.registrationprocessor</groupId>
<artifactId>registration-processor-packet-classifier-stage</artifactId>
<version>1.1.5.2</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jsonpath</artifactId>
<artifactId>camel-jsonpath</artifactId>
<version>${camel.vertx.version}</version>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 222d430

Please sign in to comment.