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

davsclaus 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 645306c101d Add <type>pom</type to camel-core-all (no JAR) (#9174)
645306c101d is described below

commit 645306c101d403dc79da27cdfa59ebb8f728d1f6
Author: Tom Cunningham <tcunn...@redhat.com>
AuthorDate: Fri Jan 20 02:15:35 2023 -0500

    Add <type>pom</type to camel-core-all (no JAR) (#9174)
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index a26ea4f3cf7..8b31975b9bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -583,6 +583,7 @@
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-core-all</artifactId>
+                <type>pom</type>
                 <version>${project.version}</version>
             </dependency>
             <dependency>

Reply via email to