commit | ea2a668dcb21e08c69d42c2cdbcf21483fdb3c01 | [log] [tgz] |
---|---|---|
author | Elliotte Rusty Harold <elharo@users.noreply.github.com> | Sun Nov 27 16:08:49 2022 -0500 |
committer | GitHub <noreply@github.com> | Sun Nov 27 21:08:49 2022 +0000 |
tree | e1b3d374e8c67e988051f68282be9021f20342dd | |
parent | ea43fa6ae8b0504d12d794fdb6ff83e995f6a41a [diff] |
remove unused beanutils dependency (#268)
diff --git a/pom.xml b/pom.xml index dc320c1..f3cd223 100644 --- a/pom.xml +++ b/pom.xml
@@ -326,12 +326,6 @@ <version>${slf4j.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> - </dependency> - </dependencies> <build>