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:56 UTC

[maven-dependency-plugin] branch bean created (now 5172fb84)

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

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


      at 5172fb84 remove unused beanutils dependency

This branch includes the following new commits:

     new 5172fb84 remove unused beanutils dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>