This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch maven-resolver-api in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit 4290e6819e7f6d1d570cf074d44700995549d75b Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Fri Jan 23 13:14:04 2026 -0500 Declare maven-resolver-api dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 0da6045..87d649b 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,12 @@ under the License. <version>${mavenVersion}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + <version>1.9.16</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-spi</artifactId>
