This is an automated email from the ASF dual-hosted git repository. acosentino 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 61392ca FUSE-DOC-1249 include dependency for Apache Karaf 61392ca is described below commit 61392ca469c4e36b428a35db61f69eeddd520229 Author: Melissa Flinn <mfl...@redhat.com> AuthorDate: Wed Feb 28 13:28:19 2018 -0500 FUSE-DOC-1249 include dependency for Apache Karaf --- components/camel-jasypt/src/main/docs/jasypt.adoc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/components/camel-jasypt/src/main/docs/jasypt.adoc b/components/camel-jasypt/src/main/docs/jasypt.adoc index 2f70746..df07c12 100644 --- a/components/camel-jasypt/src/main/docs/jasypt.adoc +++ b/components/camel-jasypt/src/main/docs/jasypt.adoc @@ -10,7 +10,7 @@ encrypted values will automatically be decrypted on-the-fly by Camel. This ensures that human eyes can't easily spot sensitive information such as usernames and passwords. -Maven users will need to add the following dependency to their `pom.xml` +If you are using Maven, you need to add the following dependency to your `pom.xml` for this component: [source,xml] @@ -23,6 +23,20 @@ for this component: </dependency> ------------------------------------------------------------ +If you are using an Apache Karaf container, you need to add the following dependency to your `pom.xml` +for this component: + +[source,xml] +------------------------------------------------------------ +<dependency> + <groupId>org.apache.karaf.jaas</groupId> + <artifactId>org.apache.karaf.jaas.jasypt</artifactId> + <version>x.x.x.x</version> + <!-- use the same version as your Camel core version --> +</dependency> +------------------------------------------------------------ + + ### Tooling The Jasypt component provides a little command line @@ -279,4 +293,3 @@ to Jasypt. * http://activemq.apache.org/encrypted-passwords.html[Encrypted passwords in ActiveMQ] - ActiveMQ has a similar feature as this `camel-jasypt` component - -- To stop receiving notification emails like this one, please contact acosent...@apache.org.