orpiske commented on a change in pull request #6669: URL: https://github.com/apache/camel/pull/6669#discussion_r779894156
########## File path: core/camel-xml-io/pom.xml ########## @@ -44,6 +44,11 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-xml-io-util</artifactId> </dependency> + <dependency> Review comment: It complains about this: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project camel-xml-io: Compilation failure: Compilation failure: [ERROR] /home/opiske/code/java/camel/core/camel-xml-io/src/generated/java/org/apache/camel/xml/in/ModelParser.java:[28,23] error: package javax.annotation does not exist [ERROR] /home/opiske/code/java/camel/core/camel-xml-io/src/generated/java/org/apache/camel/xml/in/ModelParser.java:[43,1] error: cannot find symbol [ERROR] symbol: class Generated ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org