You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/10 07:54:36 UTC

[myfaces-tobago] branch master updated: chore(deps): removed unused cargo plugin

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new b45bb8e  chore(deps): removed unused cargo plugin
b45bb8e is described below

commit b45bb8e5139903a06a46c38937959796c5a91acd
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Feb 10 08:53:00 2021 +0100

    chore(deps): removed unused cargo plugin
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97fce1f..9e60953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,11 +816,7 @@
             </archive>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.cargo</groupId>
-          <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.8.5</version>
-        </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>