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

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


The following commit(s) were added to refs/heads/main by this push:
     new bd9b56e  update common to select fat-distribution configuration
bd9b56e is described below

commit bd9b56e2a7f29e250345903dacce1f898c1e3bed
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sat May 30 08:05:46 2026 +0200

    update common to select fat-distribution configuration
---
 build.properties | 1 +
 build.xml        | 6 ------
 common           | 2 +-
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/build.properties b/build.properties
index 1904059..4ce3f91 100644
--- a/build.properties
+++ b/build.properties
@@ -1,2 +1,3 @@
 javac.-source=8
 javac.-target=8
+fat-dist.fetch.config=default
diff --git a/build.xml b/build.xml
index cc0fede..2f42249 100644
--- a/build.xml
+++ b/build.xml
@@ -438,11 +438,5 @@ under the License.
     </create-tarball-boms>
   </target>
 
-  <target name="fetch-dependencies" depends="ivy.xml" 
xmlns:ivy="antlib:org.apache.ivy.ant">
-    <ivy:resolve file="${target.ivy.xml}"/>
-    <ivy:retrieve type="jar" conf="default"
-                  pattern="${build.deps}/[artifact]-[revision].[ext]"/>
-  </target>
-
   <import file="common/build.xml"/>
 </project>
diff --git a/common b/common
index 8799a4e..0a4c07a 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 8799a4efbc75481580feef2490b1b31ac12ce9f8
+Subproject commit 0a4c07a07a44bb60f90e368f7851da3deee3e35b

Reply via email to