I am very new to Camel and I am trying to create a camel route to expose an API I wrote. My code is shown below.
The API I want to expose is a get method and the link I provided in the "toD" function is the host and path to the api in my application.
However I keep getting this error:
org.apache.camel.NoSuchEndpointException: No endpoint could be found for: http://localhost:8580/bc/rest/demo/ta/paymentplan/v1, please check your classpath contains the needed Camel component jar.
I have added dependencies to my pom.xml file. The files I added are shown below
Any help or advice would be appreciated. Thank you