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

elharo pushed a commit to branch deps2
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/deps2 by this push:
     new d9a4108  wagon
d9a4108 is described below

commit d9a41088fa021e8b63d0e14ed759a5013df96295
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Jan 16 08:30:07 2026 -0500

    wagon
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a43eb67..a322fc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,11 @@ under the License.
       <artifactId>wagon-webdav-jackrabbit</artifactId>
       <version>3.5.3</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-provider-api</artifactId>
+      <version>3.5.3</version>
+    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>

Reply via email to