Skip to content

Commit

Permalink
removed exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Aiham <[email protected]>
  • Loading branch information
aihamh committed Jul 4, 2024
1 parent de9d3e8 commit d5d598d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import org.springframework.context.annotation.FilterType;

@EnableCaching
@SpringBootApplication(exclude = CloudFoundryVcapEnvironmentPostProcessor.class)
@SpringBootApplication
@ComponentScan(basePackages = { "io.mosip.*", "${mosip.lang.traslate.adapter.impl.basepackage}" }, excludeFilters = {
@ComponentScan.Filter(type = FilterType.REGEX, pattern = {
"io\\.mosip\\.kernel\\.keymigrate\\.service\\.spi\\.KeyMigratorService",
Expand Down

0 comments on commit d5d598d

Please sign in to comment.