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

asf-gitbox-commits pushed a commit to branch support-ivy-as-component-source
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git


The following commit(s) were added to 
refs/heads/support-ivy-as-component-source by this push:
     new c226c10  include provided dependencies in SBOM
c226c10 is described below

commit c226c105a7ba55728ecfda7dc1862d28940d192c
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Aug 1 19:49:31 2026 +0200

    include provided dependencies in SBOM
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 30c5083..b768362 100644
--- a/build.xml
+++ b/build.xml
@@ -61,7 +61,7 @@ under the License.
              uri="antlib:org.apache.ivy.ant"
              loaderRef="cdx.loader"/>
     <ivy:resolve file="ivy.xml" xmlns:ivy="antlib:org.apache.ivy.ant"
-                 conf="default" resolveId="default-only"/>
+                 conf="default,provided" resolveId="compile-and-runtime"/>
   </target>
 
   <target name="define-cyclonedx-components"
@@ -106,7 +106,7 @@ under the License.
           description="Apache CycloneDX Antlib"
           publisher="The Apache Software Foundation"
           supplierIsManufacturer="true">
-        <ivymodule conf="default" resolveId="default-only"/>
+        <ivymodule conf="default,provided" resolveId="compile-and-runtime"/>
         <file file="${jarname}"/>
         <supplier refid="ant-pmc"/>
         <license refid="apache-2"/>

Reply via email to