This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 368d0e3cbd66ab02932488bc509b053feebe95b7 Author: Amos Feng <[email protected]> AuthorDate: Wed Jan 13 16:42:18 2021 +0800 CAMEL-16027: Put camel-xml-jaxp above the marker of components:START (#4871) --- parent/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 65d8585..856ed02 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -741,6 +741,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-jaxp</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-allcomponents</artifactId> <type>pom</type> <version>${project.version}</version> @@ -2585,11 +2590,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-xml-jaxp</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-xmlsecurity</artifactId> <version>${project.version}</version> </dependency>
