Bean Exception Error in the fhir.jar!

am having a problem . Am cleanining up my module, removing all un used classes but am getting an error with the FHIR jar

https://hastebin.com/iqilizazor.vbs

what is even the roleof the fhir jar.

AM wondering how can it point to a class i cleaned up

Down the line the actual error is

java.lang.ClassNotFoundException:
  org.openmrs.module.facelist.Department

Does the module that you are trying to build in fact depend on this ‘facelist’ module (whatever it is)?

its the module its self that am running. though ihave already solved the issue. thx @mksd