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 2018/11/04 14:25:50 UTC

[camel] 09/10: 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 1e78a715256e96c463a7be11a76423f38eff52f5
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 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>