This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit dd655f3d4320b3878938a318f93f4f6e4a0dfaf5 Author: Luca Burgazzoli <[email protected]> AuthorDate: Tue Mar 2 06:25:13 2021 +0100 CAMEL-16275: move RouteBuilderLoader implementations to dedicated artefact (fix findings) --- bom/camel-bom/pom.xml | 2 +- dsl/camel-xml-jaxb-dsl/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index a3f524a..36f285d 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -947,7 +947,7 @@ <artifactId>camel-jasypt</artifactId> <version>${project.version}</version> </dependency> - <dependency> + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-java-joor-dsl</artifactId> <version>${project.version}</version> diff --git a/dsl/camel-xml-jaxb-dsl/pom.xml b/dsl/camel-xml-jaxb-dsl/pom.xml index 78a0e03..71a40ec 100644 --- a/dsl/camel-xml-jaxb-dsl/pom.xml +++ b/dsl/camel-xml-jaxb-dsl/pom.xml @@ -31,7 +31,7 @@ <artifactId>camel-xml-jaxb-dsl</artifactId> <packaging>jar</packaging> <name>Camel :: XML DSL with camel-xml-jaxb</name> - <description>Camel XML DSL with acmel-xml-jaxb</description> + <description>Camel XML DSL with camel-xml-jaxb</description> <properties> <firstVersion>3.9.0</firstVersion>
