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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bb69adc2 Fix tools classpath
4bb69adc2 is described below

commit 4bb69adc2e1a4d38db665c0e8e87ca70e8372f7c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Jul 16 21:41:09 2026 +0200

    Fix tools classpath
    
    As it is about to generate new URL transport doco, it has to have
    it in classpath.
---
 maven-resolver-tools/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/maven-resolver-tools/pom.xml b/maven-resolver-tools/pom.xml
index ec89b44fe..870222aeb 100644
--- a/maven-resolver-tools/pom.xml
+++ b/maven-resolver-tools/pom.xml
@@ -114,6 +114,12 @@
       <version>${project.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.resolver</groupId>
+      <artifactId>maven-resolver-transport-url</artifactId>
+      <version>${project.version}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.resolver</groupId>
       <artifactId>maven-resolver-transport-wagon</artifactId>

Reply via email to