Skip to content

Commit

Permalink
MOSIP-32461 code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Apr 19, 2024
1 parent 93699b8 commit cd98687
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 212 deletions.
4 changes: 4 additions & 0 deletions kernel/kernel-ref-idobjectvalidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
7 changes: 7 additions & 0 deletions kernel/kernel-smsserviceprovider-msg91/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<git.commit.plugin.version>3.0.1</git.commit.plugin.version>
<kernel.core.version>1.2.1-java21-SNAPSHOT</kernel.core.version>
<kernel.auth.adaptor.version>1.2.1-java21-SNAPSHOT</kernel.auth.adaptor.version>
<junit.vintage.version>5.10.2</junit.vintage.version>
</properties>
<dependencies>

Expand All @@ -36,6 +37,12 @@
<artifactId>kernel-auth-adapter</artifactId>
<version>${kernel.auth.adaptor.version}</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.vintage.version}</version>
</dependency>

</dependencies>

<distributionManagement>
Expand Down
Loading

0 comments on commit cd98687

Please sign in to comment.