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 <[email protected]> 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>
