You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/07/25 13:35:40 UTC

[camel] branch main updated: (chores) camel-salesforce: remove deprecated maven plugin artifacts (#10817)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d09ae9616b (chores) camel-salesforce: remove deprecated maven plugin artifacts (#10817)
8d09ae9616b is described below

commit 8d09ae9616b98d2323e213a2dd12e107f9e4febc
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Tue Jul 25 15:35:32 2023 +0200

    (chores) camel-salesforce: remove deprecated maven plugin artifacts (#10817)
    
    * remove the deprecated maven-project: - the last version of this component was released in 2009 and it was replaced by maven-core
    * remove the deprecated maven-plugin-descriptor: also last released in 2009
---
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index d5bedea5c40..44d48eeeedb 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -78,14 +78,6 @@
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-descriptor</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-project</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>