Skip to content

Commit

Permalink
MOSIP-30588 Added auth adapter version to openapi profile
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Apr 23, 2024
1 parent 7bbdae3 commit 2183a64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion partner/partner-management-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>${kernel-auth-adapter.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion partner/policy-management-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>${kernel-auth-adapter.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
1 change: 1 addition & 0 deletions partner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
**io/mosip/pms/service/**,**/pms/authdevice/**,**/pms/device/validator/**,**/pms/device/util/**,**/entity/**,**/exception/**,**/util/**,**/keycloak/**/**,**/SwaggerConfig.java,**/PmpPolicyApplication.java,**/job/**
</sonar.coverage.exclusions>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<kernel-auth-adapter.version>1.2.0.1</kernel-auth-adapter.version>
</properties>

<modules>
Expand Down

0 comments on commit 2183a64

Please sign in to comment.