Skip to content

Commit

Permalink
[MOSIP-29978, MOSIP-30342, ES-480] (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanardhanBS-SyncByte authored Nov 24, 2023
1 parent e70e2ce commit 3f1ec4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
target
*/target/
/partner.properties
/*.p12
/*.p12
/.metadata/
5 changes: 2 additions & 3 deletions MockMDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.0</version>
</dependency>

</dependency>
<dependency>
<groupId>io.mosip.biometric.util</groupId>
<artifactId>biometrics-util</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.2.0.1-B1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
8 changes: 4 additions & 4 deletions mock-sdk-jpeg-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<maven-shade-plugin.version>2.3</maven-shade-plugin.version>

<kernel.biometricsdk.version>1.2.0.1-B1</kernel.biometricsdk.version>
<mosip.mock.version>1.2.0.1-B1-SNAPSHOT</mosip.mock.version>
<mosip.bioutil.version>1.2.0.1-B1-SNAPSHOT</mosip.bioutil.version>
<mosip.mock.version>1.2.0.1-B1</mosip.mock.version>
<mosip.bioutil.version>1.2.0.1-B1</mosip.bioutil.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<lombok.version>1.18.8</lombok.version>
<lombok.version>1.18.8</lombok.version>
<jacoco.maven.plugin.version>0.8.5</jacoco.maven.plugin.version>
<logging.slf4j.version>1.7.25</logging.slf4j.version>
<logging.slf4j.version>1.7.25</logging.slf4j.version>

</properties>

Expand Down
4 changes: 2 additions & 2 deletions mock-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<!-- Mosip kernel -->
<kernel.version>1.2.0.1-SNAPSHOT</kernel.version>
<kernel.biometrics.api.version>1.2.0.1-B2</kernel.biometrics.api.version>
<kernel.bioconverter.version>1.2.1-SNAPSHOT</kernel.bioconverter.version>
<biometrics-util.version>1.2.0.1-B2-SNAPSHOT</biometrics-util.version>
<kernel.bioconverter.version>1.2.0.1-B1</kernel.bioconverter.version>
<biometrics-util.version>1.2.0.1-B1</biometrics-util.version>
<maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
<spring.boot.version>2.0.2.RELEASE</spring.boot.version>
<lombok.version>1.18.8</lombok.version>
Expand Down

0 comments on commit 3f1ec4f

Please sign in to comment.