Skip to content

Commit

Permalink
[MOSIP-35396] Added dependencies required for the Java 21 beta releas…
Browse files Browse the repository at this point in the history
…e in artifactory.

Signed-off-by: Ashok Kumar Sharma <[email protected]>
  • Loading branch information
ashok-ksharma committed Oct 4, 2024
1 parent 1982f82 commit fa97375
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@
<kernel-ref-idobjectvalidator-java-11.fileName>kernel-ref-idobjectvalidator.jar</kernel-ref-idobjectvalidator-java-11.fileName>

<!-- kernel-virusscanner-clamav -->
<kernel-virusscanner-clamav.version>1.2.0.2</kernel-virusscanner-clamav.version>
<kernel-virusscanner-clamav.version>1.2.1-SNAPSHOT</kernel-virusscanner-clamav.version>
<kernel-virusscanner-clamav.location>/usr/share/nginx/html/artifactory/libs-release-local/clamav</kernel-virusscanner-clamav.location>
<kernel-virusscanner-clamav.fileName>kernel-virusscanner-clamav.jar</kernel-virusscanner-clamav.fileName>
<!-- This is added temporary and will be removed dependent modules are migrated to java 21 -->
<kernel-virusscanner-clamav-java-11.version>1.2.0.2</kernel-virusscanner-clamav-java-11.version>
<kernel-virusscanner-clamav-java-11.location>/usr/share/nginx/html/artifactory/libs-release-local/clamav/java11</kernel-virusscanner-clamav-java-11.location>
<kernel-virusscanner-clamav-java-11.fileName>kernel-virusscanner-clamav.jar</kernel-virusscanner-clamav-java-11.fileName>
<!-- registration-api-impl -->
<registration-api-impl.version>1.2.0.2</registration-api-impl.version>
<registration-api-impl.location>/usr/share/nginx/html/artifactory/libs-release-local/registration-client/registration-api-impl</registration-api-impl.location>
Expand Down Expand Up @@ -206,6 +210,15 @@
<destFileName>${auth-adapter.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- This is added temporary and will be removed dependent modules are migrated to java 21 -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-auth-adapter</artifactId>
<version>${auth-adapter-java-11.version}</version>
<outputDirectory>${auth-adapter-java-11.location}</outputDirectory>
<destFileName>${auth-adapter-java-11.fileName}</destFileName>
<type>jar</type>
</artifactItem>

<artifactItem>
<groupId>io.mosip.kernel</groupId>
Expand Down Expand Up @@ -235,6 +248,15 @@
<destFileName>${kernel-transliteration.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- This is added temporary and will be removed dependent modules are migrated to java 21 -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-transliteration-icu4j</artifactId>
<version>${kernel-transliteration-java-11.version}</version>
<outputDirectory>${kernel-transliteration-java-11.location}</outputDirectory>
<destFileName>${kernel-transliteration-java-11.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- artifactItem section for ref-idobjectvaidator -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
Expand All @@ -244,6 +266,15 @@
<destFileName>${kernel-ref-idobjectvalidator.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- This is added temporary and will be removed dependent modules are migrated to java 21 -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-ref-idobjectvalidator</artifactId>
<version>${kernel-ref-idobjectvalidator-java-11.version}</version>
<outputDirectory>${kernel-ref-idobjectvalidator-java-11.location}</outputDirectory>
<destFileName>${kernel-ref-idobjectvalidator-java-11.fileName}</destFileName>
<type>jar</type>
</artifactItem>

<!-- artifactItem section for registration-api-impl -->
<artifactItem>
Expand All @@ -263,6 +294,15 @@
<destFileName>${kernel-virusscanner-clamav.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- This is added temporary and will be removed dependent modules are migrated to java 21 -->
<artifactItem>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-virusscanner-clamav</artifactId>
<version>${kernel-virusscanner-clamav-java-11.version}</version>
<outputDirectory>${kernel-virusscanner-clamav-java-11.location}</outputDirectory>
<destFileName>${kernel-virusscanner-clamav-java-11.fileName}</destFileName>
<type>jar</type>
</artifactItem>
<!-- artifactItem section for clamav client -->
<artifactItem>
<groupId>xyz.capybara</groupId>
Expand Down
Binary file not shown.

0 comments on commit fa97375

Please sign in to comment.