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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new d1072dc9 Remove unused dependency
d1072dc9 is described below

commit d1072dc90fdec0787501170871c4dcc09cf633ae
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 1 08:09:14 2024 -0400

    Remove unused dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0e99929..af2f5485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -655,12 +655,6 @@ The following provides more details on the included 
cryptographic software:
       <artifactId>junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest</artifactId>
-      <version>2.2</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>

Reply via email to