This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 41ae0c28fce4ccee89cb7af62bd36407a1d03819 Author: Tom Cunningham <[email protected]> AuthorDate: Mon May 15 16:48:15 2023 -0400 Add dependencyManagement entry for camel-sap --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 86df4deafe4..72a2fef6450 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,25 @@ <openshift-maven-plugin-version>1.13.1.redhat-00001</openshift-maven-plugin-version> <plexus-component-metadata-plugin-version>2.1.1</plexus-component-metadata-plugin-version> </properties> + <dependencyManagement> + <dependencies> + <!-- me.snowdrop:narayana-spring-boot-core dependencyManagement entry + is necessary for PME align to the correct narayana-spring-boot.version --> + <dependency> + <groupId>me.snowdrop</groupId> + <artifactId>narayana-spring-boot-core</artifactId> + <version>${narayana-spring-boot.version}</version> + </dependency> + <!-- org.fusesource:camel-sap dependencyManagement entry + is necessary for PME align to the correct narayana-spring-boot.version --> + <dependency> + <groupId>org.fusesource</groupId> + <artifactId>camel-sap</artifactId> + <version>${camel-sap.version}</version> + </dependency> + </dependencies> + </dependencyManagement> + <!-- Comment out the snapshot repositories as we don't need them now --> <repositories>
