You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/01 06:26:11 UTC

[causeway] branch spring6 updated: Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (2)

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

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/spring6 by this push:
     new 6ece541306 Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (2)
6ece541306 is described below

commit 6ece54130663c51f26862f445bcae13821a486ab
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Feb 1 07:26:06 2023 +0100

    Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (2)
    
    - build fix: version clash jakarta.el:jakarta.el-api
---
 commons/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/commons/pom.xml b/commons/pom.xml
index c173cb2a2e..cfb1c79a48 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -70,11 +70,17 @@
 		    <artifactId>jakarta.inject-api</artifactId>
 		</dependency>
 		<dependency>
-        	<!-- provides javax.enterprise.inject.* -->
             <groupId>jakarta.enterprise</groupId>
             <artifactId>jakarta.enterprise.cdi-api</artifactId>
             <version>4.0.1</version>
             <exclusions>
+				<exclusion>
+					<!-- outdated v5.0.0 transitively brought in by 
+						jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1:compile
+						-->
+					<groupId>jakarta.el</groupId>
+		    		<artifactId>jakarta.el-api</artifactId>
+				</exclusion>
             	<exclusion>
             		<groupId>jakarta.inject</groupId>
 		    		<artifactId>jakarta.inject-api</artifactId>