Skip to content

Commit

Permalink
MOSIP-30204
Browse files Browse the repository at this point in the history
Signed-off-by: Anusha Sunkada <[email protected]>
  • Loading branch information
ase-101 authored Jan 19, 2024
1 parent ea372d1 commit 716f0ef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<auth-adapter.version>1.2.1-SNAPSHOT</auth-adapter.version>
<auth-adapter.location>/usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel</auth-adapter.location>
<auth-adapter.fileName>kernel-auth-adapter.jar</auth-adapter.fileName>

<auth-adapter-without-spring.version>1.2.1-es-SNAPSHOT</auth-adapter-without-spring.version>
<auth-adapter-without-spring.location>/usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel</auth-adapter-without-spring.location>
<auth-adapter-without-spring.fileName>kernel-auth-adapter-without-spring.jar</auth-adapter-without-spring.fileName>

<!-- kernel-smsserviceprovider-->
<kernel-smsserviceprovider.version>1.2.1-SNAPSHOT</kernel-smsserviceprovider.version>
<kernel-smsserviceprovider.location>/usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel</kernel-smsserviceprovider.location>
Expand Down Expand Up @@ -159,6 +164,16 @@
<destFileName>${auth-adapter.fileName}</destFileName>
<type>jar</type>
</artifactItem>

<artifactItem>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${auth-adapter-without-spring.version}</version>
<outputDirectory>${auth-adapter-without-spring.location}</outputDirectory>
<destFileName>${auth-adapter-without-spring.fileName}</destFileName>
<type>jar</type>
</artifactItem>

<!-- artifactItem section for smsserviceprovider -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
Expand Down

0 comments on commit 716f0ef

Please sign in to comment.