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.git
The following commit(s) were added to refs/heads/main by this push:
new 027910e Move the camel-dsl-support dependency entry above the
autogeneration point so that it isn't removed by the autogeneration. (#5596)
027910e is described below
commit 027910e44f65c80ec7d199e575093eac28ce8769
Author: Tom Cunningham <[email protected]>
AuthorDate: Sat May 22 02:14:19 2021 -0400
Move the camel-dsl-support dependency entry above the autogeneration point
so that it isn't removed by the autogeneration. (#5596)
---
parent/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 0be7baa..92e832d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -727,6 +727,11 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
+ <artifactId>camel-dsl-support</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
<artifactId>camel-health</artifactId>
<version>${project.version}</version>
</dependency>
@@ -1286,11 +1291,6 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-dsl-support</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
<artifactId>camel-ehcache</artifactId>
<version>${project.version}</version>
</dependency>