This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git
commit e20ebd6d34975808019522e02d14a57bce4ae168 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Thu Dec 19 07:11:46 2024 -0500 Decalre used dependencies --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 56fe6f7..bb4a0e6 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,18 @@ under the License. <version>${resolverVersion}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-resolver-provider</artifactId> + <version>${mavenVersion}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-impl</artifactId> + <version>${resolverVersion}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-util</artifactId>
