You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/11/21 10:18:46 UTC

[camel] branch master updated: Include jasypt in kit so camel-jasypt run from java -jar tooling works out of the box

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ad3b45  Include jasypt in kit so camel-jasypt run from java -jar tooling works out of the box
2ad3b45 is described below

commit 2ad3b4516e04e90d5a3cfb3c59464740b5554706
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Nov 21 11:17:43 2017 +0100

    Include jasypt in kit so camel-jasypt run from java -jar tooling works out of the box
---
 apache-camel/src/main/descriptors/common-bin.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 237a75f..abb3f56 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -302,6 +302,16 @@
       </includes>
     </dependencySet>
 
+    <!-- this is needed for the jasypt tooling -->
+    <dependencySet>
+      <outputDirectory>/lib/optional</outputDirectory>
+      <unpack>false</unpack>
+      <scope>runtime</scope>
+      <includes>
+        <include>org.jasypt:jasypt</include>
+      </includes>
+    </dependencySet>
+
     <dependencySet>
       <outputDirectory>/lib/tooling</outputDirectory>
       <unpack>false</unpack>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].