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 9d284f5 since Locator is used directly, the dependency on
ant-launcher is no longer just transitive
9d284f5 is described below
commit 9d284f5be3604adba764b63d6de29a4ceccb9611
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Jun 14 15:08:52 2026 +0200
since Locator is used directly, the dependency on ant-launcher is no longer
just transitive
---
build.xml | 1 +
ivy.xml | 1 +
project-template.pom | 6 ++++++
3 files changed, 8 insertions(+)
diff --git a/build.xml b/build.xml
index bddfe61..3756f04 100644
--- a/build.xml
+++ b/build.xml
@@ -154,6 +154,7 @@ under the License.
<externalReferenceSet refid="ant-common-refs"/>
<externalReferenceSet refid="antlib-ext-refs"/>
<dependency componentRef="ant"/>
+ <dependency componentRef="ant-launcher"/>
<dependency componentRef="cyclonedx-core"/>
</component>
<additionalComponent
diff --git a/ivy.xml b/ivy.xml
index 6d3fc47..b2cfae4 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -64,6 +64,7 @@
<dependencies>
<dependency org="org.cyclonedx" name="cyclonedx-core-java" rev="12.2.0"
conf="default"/>
<dependency org="org.apache.ant" name="ant" rev="1.10.17"
conf="provided->default"/>
+ <dependency org="org.apache.ant" name="ant-launcher" rev="1.10.17"
conf="provided->default"/>
<dependency org="org.apache.ant" name="ant-antunit" rev="1.4.1"
conf="test->default"/>
</dependencies>
</ivy-module>
diff --git a/project-template.pom b/project-template.pom
index 82d8c3d..436a0c8 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -63,6 +63,12 @@
<version>1.10.17</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.10.17</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>