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 e997a5ea288dc2134da7ee12c735f7e80fda3099
Author: Vaishnavi R <v...@var.remote.csb>
AuthorDate: Wed Sep 20 16:22:21 2023 +0530

    Added omp dependency for PME alignment.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 72c21958df7..b38867445ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,13 @@
                 <artifactId>camel-sap</artifactId>
                 <version>${camel-sap.version}</version>
             </dependency>
+            <!-- org.eclipse.jkube:openshift-maven-plugin dependencyManagement 
entry
+                is necessary for PME align to the correct 
openshift-maven-plugin-version -->
+            <dependency>
+                <groupId>org.eclipse.jkube</groupId>
+                <artifactId>openshift-maven-plugin</artifactId>
+                <version>${openshift-maven-plugin-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to