Skip to content

Commit

Permalink
added sunbird plugin (#926)
Browse files Browse the repository at this point in the history
* added sunbird plugin

Signed-off-by: Mohd Kaif Siddique <[email protected]>

* review changes

Signed-off-by: Mohd Kaif Siddique <[email protected]>

---------

Signed-off-by: Mohd Kaif Siddique <[email protected]>
Co-authored-by: Mohd Kaif Siddique <[email protected]>
  • Loading branch information
kaifk468 and Mohd Kaif Siddique authored Sep 30, 2024
1 parent 3782a6f commit 03bd8a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions esignet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<esignet-mock-plugin.fileName>esignet-mock-plugin.jar</esignet-mock-plugin.fileName>
<mosip-identity-plugin.version>1.3.0-SNAPSHOT</mosip-identity-plugin.version>
<mosip-identity-plugin.fileName>mosip-identity-plugin.jar</mosip-identity-plugin.fileName>
<esignet-digital-credential-wrapper.version>0.2.0</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.fileName>sunbird-rc-esignet-plugin.jar</esignet-digital-credential-wrapper.fileName>
</properties>

<dependencies>
Expand Down Expand Up @@ -143,6 +145,14 @@
<destFileName>${esignet-mock-plugin.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>io.mosip.esignet.sunbirdrc</groupId>
<artifactId>sunbird-rc-esignet-integration-impl</artifactId>
<version>${esignet-digital-credential-wrapper.version}</version>
<outputDirectory>${esignet-plugins.location}</outputDirectory>
<destFileName>${esignet-digital-credential-wrapper.fileName}</destFileName>
<type>jar</type>
</artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
Expand Down

0 comments on commit 03bd8a6

Please sign in to comment.