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

elharo pushed a commit to branch eps
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit a8856811d53b44dee95947272425677c48022e06
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Sun Dec 8 07:13:18 2024 -0500

    declare used dependencies
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1488f62..e5407a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,6 +258,11 @@ under the License.
       <artifactId>jsr311-api</artifactId>
       <version>1.1.1</version>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>1.7.36</version>
+    </dependency>
 
     <!-- commons -->
     <dependency>
@@ -341,6 +346,12 @@ under the License.
       <version>4.11.0</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest</artifactId>
+      <version>3.0</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>

Reply via email to