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 8c651b59bea1 chore: camel-jira - drop the comment that explained the 
removed jar type
8c651b59bea1 is described below

commit 8c651b59bea1e4eb88f6ed84beed7c2b6aafe423
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 18 14:06:22 2026 +0200

    chore: camel-jira - drop the comment that explained the removed jar type
    
    The "force jar type" comment belonged to the <type>jar</type> line removed 
in the previous
    commit; sal-api declares atlassian-plugin packaging, but a dependency's 
type is the consumer's
    declaration and defaults to jar, and the module resolves and compiles 
without the override.
    
    Co-Authored-By: Claude Fable 5.1 <[email protected]>
    Claude-Session: https://claude.ai/code/session_01Bp3538HRBPMQkb5ta9xRaj
---
 components/camel-jira/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index 6825ceb911c7..850b1575e5d8 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -71,7 +71,6 @@
             <groupId>com.atlassian.sal</groupId>
             <artifactId>sal-api</artifactId>
             <version>${jira-sal-api-version}</version>
-            <!-- force jar type -->
         </dependency>
         <dependency>
             <groupId>com.atlassian.jira</groupId>

Reply via email to