[maven-script-interpreter] branch dependabot/maven/org.codehaus.groovy-groovy-2.4.21 created (now 50f984f)

2020-12-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.groovy-groovy-2.4.21
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git.


  at 50f984f  Bump groovy from 2.4.20 to 2.4.21

No new revisions were added by this update.



[maven-invoker-plugin] branch dependabot/maven/org.codehaus.groovy-groovy-all-2.4.21 created (now ca431d7)

2020-12-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.groovy-groovy-all-2.4.21
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


  at ca431d7  Bump groovy-all from 2.4.20 to 2.4.21

No new revisions were added by this update.



[maven] branch MNG-7045 created (now 9d64fe6)

2020-12-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch MNG-7045
in repository https://gitbox.apache.org/repos/asf/maven.git.


  at 9d64fe6  drop useless and outdated cdi-api from maven

This branch includes the following new commits:

 new 9d64fe6  drop useless and outdated cdi-api from maven

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] 01/01: drop useless and outdated cdi-api from maven

2020-12-03 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch MNG-7045
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 9d64fe633c9991058e5f3b69820eb2654ad7c1e0
Author: Romain Manni-Bucau 
AuthorDate: Thu Dec 3 20:07:03 2020 +0100

drop useless and outdated cdi-api from maven
---
 maven-core/src/main/resources/META-INF/maven/extension.xml | 4 +++-
 pom.xml| 6 ++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/maven-core/src/main/resources/META-INF/maven/extension.xml 
b/maven-core/src/main/resources/META-INF/maven/extension.xml
index 0eceb2b..4abc7d9 100644
--- a/maven-core/src/main/resources/META-INF/maven/extension.xml
+++ b/maven-core/src/main/resources/META-INF/maven/extension.xml
@@ -96,9 +96,11 @@ under the License.
 
 
 javax.inject.*
-
+
 
 
 javax.annotation.*
diff --git a/pom.xml b/pom.xml
index d8e39bf..c3d3392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,12 @@ under the License.
 org.eclipse.sisu
 org.eclipse.sisu.plexus
 ${sisuInjectVersion}
+
+   
+javax.enterprise
+cdi-api
+  
+
   
   
 org.eclipse.sisu