You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/13 17:19:31 UTC

[camel] 05/05: Missing camel-jasypt from assembly

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

commit 6ca8ae98a8a79476fb3d00640f11682bfac11901
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 13 18:18:25 2020 +0100

    Missing camel-jasypt from assembly
---
 core/camel-allcomponents/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml
index ab00b44..cc52403 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -676,6 +676,10 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-jasypt</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-jaxb</artifactId>
 		</dependency>
 		<dependency>