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 2023/03/08 08:58:28 UTC

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - Archetypes Packaging

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

acosentino 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 1862dcd35eb CAMEL-19062 - Clean up Parent POM - Archetypes Packaging
1862dcd35eb is described below

commit 1862dcd35eb6e7a44ddd449ba7891d9bf59f2f19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 09:55:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Archetypes Packaging
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e67e30c782e..a0b1675f28a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- need this to use the new 'maven-archetype' packaging type -->
-            <dependency>
-                <groupId>org.apache.maven.archetype</groupId>
-                <artifactId>archetype-packaging</artifactId>
-                <version>${maven-archetype-packaging-version}</version>
-            </dependency>
-
             <!-- pdfbox -->
             <dependency>
                 <groupId>org.apache.pdfbox</groupId>