You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2022/11/27 13:32:57 UTC

[maven-dependency-plugin] 01/01: remove unused beanutils dependency

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

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

commit 5172fb84ccdb2b49c183e7e6dab728e220ff7e41
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Nov 27 08:32:44 2022 -0500

    remove unused beanutils dependency
---
 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>