This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 1bc9b298da051743da44f93c12f99e08a7682933 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 18 11:53:16 2023 +0100 Move to 4.0.0-SNAPSHOT Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/test/java/org/apache/camel/example/bigxml/Record.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bigxml-split/src/test/java/org/apache/camel/example/bigxml/Record.java b/examples/bigxml-split/src/test/java/org/apache/camel/example/bigxml/Record.java index 7fd9e72f..3307335a 100644 --- a/examples/bigxml-split/src/test/java/org/apache/camel/example/bigxml/Record.java +++ b/examples/bigxml-split/src/test/java/org/apache/camel/example/bigxml/Record.java @@ -16,10 +16,10 @@ */ package org.apache.camel.example.bigxml; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlElement; +import jakarta.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "record", propOrder = { "key", "value" })
