Id-repository-credentials-feeder startup issue

Hi,

The id-repository-credentials-feeder microservice failed to startup caused by the bellow issue:

2023-02-02 15:23:50,799 INFO [main] org.springframework.orm.jpa.AbstractEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit ‘default’
2023-02-02 15:23:50,806 INFO [main] org.apache.juli.logging.DirectJDKLog: Stopping service [Tomcat]
2023-02-02 15:23:50,901 WARN [localhost-startStop-1] org.apache.juli.logging.DirectJDKLog: Failed to clear soft references from ObjectStreamClass$Caches for web application [ROOT]
java.lang.ClassCastException: class java.io.ObjectStreamClass$Caches$1 cannot be cast to class java.util.Map (java.io.ObjectStreamClass$Caches$1 and java.util.Map are in module java.base of loader ‘bootstrap’)
at org.apache.catalina.loader.WebappClassLoaderBase.clearCache(WebappClassLoaderBase.java:2244)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesObjectStreamClassCaches(WebappClassLoaderBase.java:2231)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:1603)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:1548)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:452)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5437)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1428)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1417)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
2023-02-02 15:23:51,014 INFO [main] org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener:
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2023-02-02 15:23:53,573 ERROR [main] org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter:


APPLICATION FAILED TO START



Description:
Parameter 0 of method restHelper in io.mosip.idrepository.credentialsfeeder.config.CredentialsFeederConfig required a bean of type ‘org.springframework.web.reactive.function.client.WebClient’ that could not be found.
Action:
Consider defining a bean of type ‘org.springframework.web.reactive.function.client.WebClient’ in your configuration.