Skip to content

Commit

Permalink
Merge pull request #9 from Manishch22/tf-develop
Browse files Browse the repository at this point in the history
Update pom.xml for kernel key manager version in hotlist service
  • Loading branch information
Manishch22 committed Jun 22, 2023
2 parents 357d5e4 + 8328201 commit 3175c63
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions admin/hotlist-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,24 @@
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
</exclusion>
<exclusion>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</exclusion>
</exclusions>
<classifier>lib</classifier>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 3175c63

Please sign in to comment.