This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch java-10-test in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/java-10-test by this push: new 9ecc424 update velocity/pom.xml 9ecc424 is described below commit 9ecc42438c0c305687656ef9804d9b71f384099c 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>