This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8a35555d4cda3bfebe3c71aca5fc08f32b8f3717 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Mar 23 07:54:02 2021 +0100 CAMEL-13374: Move XmlStreamReader into camel-xml-io-util module to be independent. --- bom/camel-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index bd15b44..74ea88c 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -2065,6 +2065,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-xml-io-util</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-xml-jaxb</artifactId> <version>${project.version}</version> </dependency>
