This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fhir-ext-fix in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
View the commit online: https://github.com/apache/camel-quarkus/commit/e22a8f7997ca0bf5055bf7a8fa382d16774a6750 commit e22a8f7997ca0bf5055bf7a8fa382d16774a6750 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 20 12:36:20 2019 +0100 Fixed FhirProcessor imports --- .../apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java index e77528f..13af1b7 100644 --- a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java +++ b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java @@ -34,7 +34,6 @@ import io.quarkus.deployment.builditem.FeatureBuildItem; import io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem; import io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBundleBuildItem; import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem; -import io.quarkus.deployment.builditem.substrate.ReflectiveClassBuildItem; import org.apache.camel.component.fhir.FhirCapabilitiesEndpointConfiguration; import org.apache.camel.component.fhir.FhirConfiguration; import org.apache.camel.component.fhir.FhirCreateEndpointConfiguration;