This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push: new ea2a668d remove unused beanutils dependency (#268) ea2a668d is described below commit ea2a668dcb21e08c69d42c2cdbcf21483fdb3c01 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Nov 27 16:08:49 2022 -0500 remove unused beanutils dependency (#268) --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index dc320c1a..f3cd2238 100644 --- a/pom.xml +++ b/pom.xml @@ -326,12 +326,6 @@ under the License. <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>