This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 8f59d05 Fill in two more used dependencies (#438)
8f59d05 is described below
commit 8f59d05751d44027d7f40ccecff06df4f7908bab
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri Jan 23 11:59:17 2026 +0000
Fill in two more used dependencies (#438)
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index b5df66a..0da6045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,6 +179,12 @@ under the License.
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.sisu</groupId>
+ <artifactId>org.eclipse.sisu.plexus</artifactId>
+ <version>0.9.0.M4</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
@@ -193,6 +199,11 @@ under the License.
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4jVersion}</version>
+ </dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>