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 4b7ee24467d9 chore: remove the redundant <type>jar</type> from three
component poms
4b7ee24467d9 is described below
commit 4b7ee24467d9f276ba3554d52cadbba2eb368690
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 18 14:05:33 2026 +0200
chore: remove the redundant <type>jar</type> from three component poms
jar is Maven's default dependency type. camel-jira, camel-mail and
camel-univocity-parsers
were the only component poms declaring it, the last one since the 2.15.0
release preparation
in 2015.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Bp3538HRBPMQkb5ta9xRaj
---
components/camel-jira/pom.xml | 1 -
components/camel-mail/pom.xml | 1 -
components/camel-univocity-parsers/pom.xml | 1 -
3 files changed, 3 deletions(-)
diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index 06340602a852..6825ceb911c7 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -72,7 +72,6 @@
<artifactId>sal-api</artifactId>
<version>${jira-sal-api-version}</version>
<!-- force jar type -->
- <type>jar</type>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 571e4a6f3c55..83cf3a297c9d 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -114,7 +114,6 @@
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
<version>${angus-mail-version}</version>
- <type>jar</type>
<outputDirectory>${project.basedir}/src/generated/resources</outputDirectory>
<includes>
META-INF/javamail.default.address.map,
diff --git a/components/camel-univocity-parsers/pom.xml
b/components/camel-univocity-parsers/pom.xml
index 7886c94418eb..3556008caa81 100644
--- a/components/camel-univocity-parsers/pom.xml
+++ b/components/camel-univocity-parsers/pom.xml
@@ -43,7 +43,6 @@
<groupId>com.sonofab1rd</groupId>
<artifactId>univocity-parsers</artifactId>
<version>${univocity-parsers-version}</version>
- <type>jar</type>
</dependency>
<!-- testing -->