Skip to content

Commit

Permalink
[MOSIP-29094]Updated sql queries with case insensitive search (mosip#920
Browse files Browse the repository at this point in the history
)

* Updated sql queries with case insensitive search

Signed-off-by: Balaji <[email protected]>

* updated getter methods

Signed-off-by: Balaji <[email protected]>

* Updated user detail History and zone user history repositories

Signed-off-by: Balaji <[email protected]>

* Updated zone user repository

Signed-off-by: Balaji <[email protected]>

* Fixed admin build issues

Signed-off-by: Balaji <[email protected]>

---------

Signed-off-by: Balaji <[email protected]>
Signed-off-by: Yash S <[email protected]>
  • Loading branch information
balaji-alluru authored and yashmsonkusare committed Mar 19, 2024
1 parent 789d74e commit fab8716
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,26 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -129,6 +149,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>

<dependency>
<groupId>io.mosip.commons</groupId>
<artifactId>commons-packet-manager</artifactId>
Expand Down

0 comments on commit fab8716

Please sign in to comment.