This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch use in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit 37619e153627ead711864c4c8f8a0ae5be376239 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Thu Jan 22 13:55:33 2026 -0500 Fill in two more used dependencies --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index e951aa1..b327ba8 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>
