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:45 UTC

[camel] branch camel-2.20.x 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 camel-2.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit b58cb78eb9ce6a99a1cee3cb6207fa5ad938a203
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 51c46bf..205ab6b 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -301,6 +301,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>'].