Skip to content

Commit

Permalink
removed pre-reg dependency (#877)
Browse files Browse the repository at this point in the history
Co-authored-by: Ritik Jain <[email protected]>
  • Loading branch information
RitikJain4108 and Ritik Jain authored Apr 14, 2023
1 parent 514046f commit 707e498
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1,484 deletions.
2 changes: 2 additions & 0 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
</exclusion>
</exclusions>
</dependency>
<!--
<dependency>
<groupId>io.mosip.preregistration</groupId>
<artifactId>pre-registration-application-service</artifactId>
Expand All @@ -388,6 +389,7 @@
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import io.mosip.kernel.authcodeflowproxy.api.validator.ValidateTokenUtil;
import io.mosip.kernel.cbeffutil.impl.CbeffImpl;
import io.mosip.kernel.dataaccess.hibernate.config.HibernateDaoConfig;
import io.mosip.preregistration.application.service.TransliterationService;
import io.mosip.preregistration.application.service.util.TransliterationServiceUtil;

@SpringBootApplication(scanBasePackages = {
"io.mosip.resident.*",
Expand All @@ -22,7 +20,7 @@
"io.mosip.kernel.virusscanner.*",
"io.mosip.commons.khazana.*",
"io.mosip.idrepository.core.util.*"},exclude = HibernateDaoConfig.class)
@Import({TokenIDGenerator.class, ValidateTokenUtil.class, CbeffImpl.class, TransliterationService.class, TransliterationServiceUtil.class})
@Import({TokenIDGenerator.class, ValidateTokenUtil.class, CbeffImpl.class})
public class ResidentBootApplication {

public static void main(String[] args) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 707e498

Please sign in to comment.