You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/02/08 09:54:22 UTC

[camel] 06/19: update velocity/pom.xml

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 cdffab65f895d2822e4475eef412d8d325e0d4af
Author: önder sezgin <on...@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 9fe4b7c..9fecdc5 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>