Camunda 8 Out of the box rest connectors with Springboot client

I am trying to use Out of the box rest connector.
I have added connector-runtime-job-worker as a dependency in my client but when I run the application.
“No outbound connectors configured or found in current Connector Runtime’s classpath” also it is not executing the REST connector task in my workflow.

after adding Connector, Jobs are activated but not being executed.