This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6e41bb527d1002fb758f3116c6270afab99dba95 Author: önder sezgin <ond...@apache.org> AuthorDate: Fri Nov 2 11:42:04 2018 +0300 update velocity/pom.xml add activation-api directly --- components/camel-velocity/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/camel-velocity/pom.xml b/components/camel-velocity/pom.xml index 0b8a9b4..cb96a88 100644 --- a/components/camel-velocity/pom.xml +++ b/components/camel-velocity/pom.xml @@ -48,6 +48,13 @@ <artifactId>velocity-engine-core</artifactId> <version>${velocity-version}</version> </dependency> + <!-- in Java 11+ Activation Framework is no longer included --> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>javax.activation-api</artifactId> + <version>${activation-api-version}</version> + <optional>true</optional> + </dependency> <!-- test dependencies --> <dependency>