You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/30 09:42:42 UTC

[camel] branch camel-3.4.x updated: Camel-XML-Io: Fixed build (#4055)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 90c6e5f  Camel-XML-Io: Fixed build (#4055)
90c6e5f is described below

commit 90c6e5f29a2e75f7765288794858204f8a4cc9cd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 30 11:42:30 2020 +0200

    Camel-XML-Io: Fixed build (#4055)
---
 .../src/test/java/org/apache/camel/xml/in/ModelParserTest.java           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-xml-io/src/test/java/org/apache/camel/xml/in/ModelParserTest.java b/core/camel-xml-io/src/test/java/org/apache/camel/xml/in/ModelParserTest.java
index 5094e51..b1b045d 100644
--- a/core/camel-xml-io/src/test/java/org/apache/camel/xml/in/ModelParserTest.java
+++ b/core/camel-xml-io/src/test/java/org/apache/camel/xml/in/ModelParserTest.java
@@ -25,6 +25,7 @@ import java.util.List;
 import java.util.Map;
 import java.util.stream.Collectors;
 
+import org.apache.camel.model.RouteDefinition;
 import org.apache.camel.model.RoutesDefinition;
 import org.apache.camel.model.SetBodyDefinition;
 import org.apache.camel.model.language.XPathExpression;