Skip to content

Commit

Permalink
Merge pull request #186 from dhanendra06/mosip-102
Browse files Browse the repository at this point in the history
MOSIP-23472
  • Loading branch information
ckm007 authored Aug 17, 2022
2 parents 3e8453f + 1a80dc7 commit 7e7e177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/io/mosip/print/PrintPDFApplication.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package io.mosip.print;

import io.mosip.vercred.CredentialsVerifier;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration;
Expand Down Expand Up @@ -29,6 +30,11 @@ public CbeffUtil getCbeffUtil() {
return new CbeffImpl();
}

@Bean
public CredentialsVerifier credentialsVerifier() {
return new CredentialsVerifier();
}

@Bean
public ThreadPoolTaskScheduler taskScheduler() {
ThreadPoolTaskScheduler threadPoolTaskScheduler = new ThreadPoolTaskScheduler();
Expand Down

0 comments on commit 7e7e177

Please sign in to comment.