Skip to content

Commit

Permalink
Version changes required for android reg client for match-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Humair-KK committed Jul 17, 2024
1 parent 01f40eb commit 9197837
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions kernel-biometrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>21</java.version>
<java.version>17</java.version>

<!-- maven -->
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -32,16 +32,18 @@
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
<nexus.staging.maven.plugin.version>1.6.7</nexus.staging.maven.plugin.version>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>

<jackson.version>2.15.0</jackson.version>
<lombok.version>1.18.24</lombok.version>
<junit.version>5.10.3</junit.version>
<!-- git -->
<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>

<!-- Mosip -->
<kernel.bom.version>1.2.1-SNAPSHOT</kernel.bom.version>
<kernel.core.version>1.2.1-SNAPSHOT</kernel.core.version>
<!--<kernel.bom.version>1.2.1-SNAPSHOT</kernel.bom.version>-->
<kernel.core.version>1.2.0.1</kernel.core.version>
</properties>

<dependencyManagement>
<!--<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.mosip.kernel</groupId>
Expand All @@ -51,7 +53,7 @@
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</dependencyManagement>-->

<dependencies>
<dependency>
Expand All @@ -62,15 +64,18 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down

0 comments on commit 9197837

Please sign in to comment.