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:14 UTC

[camel] 01/01: Camel-XML-Io: Fixed build

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

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

commit 537ac8df0ac960b06082c87a29bd80886628fd24
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 30 11:41:37 2020 +0200

    Camel-XML-Io: Fixed build
---
 .../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;