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

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

commit c8a49f5cf818a330e835a493de6a333f27f8e350
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat Jun 6 18:36:42 2026 +0200

    target dependency is not required
---
 build-release.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-release.xml b/build-release.xml
index 3b3f566b..d1ecf6e2 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -655,7 +655,7 @@
         </generate-tagsdoc>
     </target>
 
-  <target name="define-cyclonedx-components" depends="jar">
+  <target name="define-cyclonedx-components">
     <ivy:cachepath organisation="org.apache.ant"
                    module="ant-cyclonedx"
                    revision="${ant-cyclonedx.version}"

Reply via email to