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 233b6115430fc987247a33a5a2aae2d3de59c6c7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 16 13:21:01 2021 +0200

    CAMEL-16524 - Remove Camel-Crypto-CMS
---
 apache-camel/src/main/release/README.txt | 1 -
 bom/camel-bom/pom.xml                    | 5 -----
 core/camel-allcomponents/pom.xml         | 4 ----
 parent/pom.xml                           | 5 -----
 4 files changed, 15 deletions(-)

diff --git a/apache-camel/src/main/release/README.txt 
b/apache-camel/src/main/release/README.txt
index f357ab8..d15aa2e 100644
--- a/apache-camel/src/main/release/README.txt
+++ b/apache-camel/src/main/release/README.txt
@@ -94,7 +94,6 @@ The following provides more details on the included 
cryptographic
 software:
   * camel-ahc can be configured to use https
   * camel-crypto can be used for secure communications
-  * camel-crypto-cms can be used for secure communications
   * camel-cxf can be configured for secure communications
   * camel-ftp can be configured for secure communications
   * camel-http can be configured to use https
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 9ea693d..96c6091 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -514,11 +514,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-crypto-cms</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-csimple-joor</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml
index 19fce45..b60ee69 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -327,10 +327,6 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-crypto-cms</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
                        <artifactId>camel-crypto</artifactId>
                </dependency>
                <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index d3607e4..6895650 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1156,11 +1156,6 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.camel</groupId>
-                               <artifactId>camel-crypto-cms</artifactId>
-                               <version>${project.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.camel</groupId>
                                <artifactId>camel-crypto</artifactId>
                                <version>${project.version}</version>
                        </dependency>

Reply via email to