Skip to content

Commit

Permalink
Merge pull request #399 from Shilpa-Manjunath/1.2.0-rc2
Browse files Browse the repository at this point in the history
resolved build issues
  • Loading branch information
mandeepdhiman123 authored Sep 24, 2021
2 parents a12457c + cb0b1d7 commit 428c933
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
package io.mosip.kernel.masterdata.utils;

import java.lang.reflect.Field;
import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
Expand All @@ -23,10 +24,13 @@

import org.hibernate.HibernateException;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;

import io.mosip.kernel.core.dataaccess.exception.DataAccessLayerException;
import io.mosip.kernel.core.util.EmptyCheckUtils;
import io.mosip.kernel.dataaccess.hibernate.constant.HibernateErrorCode;
import io.mosip.kernel.masterdata.constant.RegistrationCenterErrorCode;
import io.mosip.kernel.masterdata.exception.MasterDataServiceException;
Expand Down

0 comments on commit 428c933

Please sign in to comment.