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

apupier 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 5b50940f7081 CAMEL-23113 - remove workaround for undefined properties 
not handled by dependabot
5b50940f7081 is described below

commit 5b50940f7081fc8af603ad056565a529938fe474
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Mar 18 10:16:22 2026 +0100

    CAMEL-23113 - remove workaround for undefined properties not handled by
    dependabot
    
    see https://github.com/dependabot/dependabot-core/issues/14330
    
    note the property is in fact defined by nisse Maven extension but
    dependabot is not handling Maven extensions
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d9f09f6febbc..3932e53b30cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,6 @@
 
         <enforcer.phase>none</enforcer.phase><!-- We do not enforce with 
-Dquickly, the property is overridden in the full profile -->
 
-        
<nisse.os.classifier>overridenByNisseMavenExtension</nisse.os.classifier><!-- 
Workaround https://github.com/dependabot/dependabot-core/issues/14330 - Using 
an empty value which is overridien by nisse extension for a normal build -->
         <os.detected.classifier>${nisse.os.classifier}</os.detected.classifier>
     </properties>
 

Reply via email to