Add fhir example
This PR attempts to post the spring fhir example to Quarkus.
readme needs some updating still and the test is not working, I need some help with that :)
@jamesnetherton thanks for you review. changing the values in the pom.xml as suggested gives me:
Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.quarkus:camel-quarkus-bom:pom:3.15.1 (absent): Could not find artifact org.apache.camel.quarkus:camel-quarkus-bom:pom:3.15.1 in central (https://repo.maven.apache.org/maven2) @ line 67, column 25 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-fhir:jar is missing. @ line 85, column 22 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-file:jar is missing. @ line 87, column 21 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-direct:jar is missing. @ line 91, column 21 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-hl7:jar is missing. @ line 100, column 21 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-mock:jar is missing. @ line 116, column 21
Any suggestions ?
Reworked in https://github.com/apache/camel-quarkus-examples/pull/291.