Skip to content

Commit

Permalink
MOSIP-35611 Added publisher client impl
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Nov 4, 2024
1 parent 0433241 commit f347275
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import io.mosip.kernel.pdfgenerator.itext.impl.PDFGeneratorImpl;
import io.mosip.kernel.templatemanager.velocity.builder.TemplateManagerBuilderImpl;
import io.mosip.kernel.transliteration.icu4j.impl.TransliterationImpl;
import io.mosip.kernel.websub.api.client.PublisherClientImpl;
import io.mosip.kernel.websub.api.config.WebSubClientConfig;
import io.mosip.kernel.websub.api.config.publisher.RestTemplateHelper;
import org.springframework.boot.SpringApplication;
Expand Down Expand Up @@ -43,7 +44,7 @@
@Import({TokenIDGenerator.class, ValidateTokenUtil.class, CbeffImpl.class, TransliterationService.class, TransliterationServiceUtil.class
, PDFGeneratorImpl.class, UinValidatorImpl.class, VidValidatorImpl.class, RidValidatorImpl.class, TemplateManagerBuilderImpl.class,
RestTemplateHelper.class, TransliterationImpl.class, IdObjectValidatorConfig.class
, RestTemplate.class, KeyStoreImpl.class, WebSubClientConfig.class})
, RestTemplate.class, KeyStoreImpl.class, WebSubClientConfig.class, PublisherClientImpl.class})
public class ResidentBootApplication {

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

0 comments on commit f347275

Please sign in to comment.