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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 335ff353 Remove unused dependency
335ff353 is described below
commit 335ff3534e0dc8039be8851b6d617485688ce13d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 1 08:07:19 2024 -0400
Remove unused dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4e006d6b..1a808c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,12 +68,6 @@ limitations under the License.
<version>2.16.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>