This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new dc74351 Cleanup pom (#56)
dc74351 is described below
commit dc743518e861ee8d59887f7c3d0cc33614d7c373
Author: Federico Mariani <[email protected]>
AuthorDate: Mon May 9 22:00:48 2022 +0200
Cleanup pom (#56)
---
fhir-auth-tx/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml
index e2952fb..0261f31 100644
--- a/fhir-auth-tx/pom.xml
+++ b/fhir-auth-tx/pom.xml
@@ -52,7 +52,7 @@
<!-- Camel BOM -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-spring-boot-dependencies</artifactId>
+ <artifactId>camel-spring-boot-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
@@ -91,12 +91,10 @@
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-fhir-starter</artifactId>
- <version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-csv-starter</artifactId>
- <version>${camel-version}</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi</groupId>