You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/16 08:59:17 UTC

[cxf] 01/02: Update to jakarta el-api 3.0.3

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit de494a4f2bd3f2a99a7ddf57213bec3afe2b8300
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Sun Feb 16 11:56:59 2020 +0300

    Update to jakarta el-api 3.0.3
---
 integration/cdi/pom.xml                       | 6 ------
 integration/spring-boot/autoconfigure/pom.xml | 6 +++---
 parent/pom.xml                                | 3 ++-
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml
index fa701f7..9621484 100644
--- a/integration/cdi/pom.xml
+++ b/integration/cdi/pom.xml
@@ -87,12 +87,6 @@
             <version>${cxf.mockito.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>javax.el-api</artifactId>
-            <version>${cxf.javax.el.version}</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
     
     <build>
diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index d7a5136..a304d06 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -131,9 +131,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>javax.el-api</artifactId>
-            <version>${cxf.javax.el.version}</version>
+            <groupId>jakarta.el</groupId>
+            <artifactId>jakarta.el-api</artifactId>
+            <version>${cxf.el-api.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index d60d1e5..f34ea98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,6 +107,7 @@
         <cxf.dropwizard4.version>4.1.2</cxf.dropwizard4.version>
         <cxf.ehcache.version>2.10.6</cxf.ehcache.version>
         <cxf.ehcache3.version>3.8.1</cxf.ehcache3.version>
+        <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>
         <cxf.geronimo.inject.version>1.1</cxf.geronimo.inject.version>
         <cxf.geronimo.j2ee.management.version>1.0.1</cxf.geronimo.j2ee.management.version>
@@ -135,10 +136,10 @@
         <cxf.jackson.databind.version>2.10.2</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.0.0</cxf.jaeger.version>
+        <cxf.javax.el.version>3.0.0</cxf.javax.el.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>
         <cxf.javax.annotation-api.version>1.3.5</cxf.javax.annotation-api.version>
-        <cxf.javax.el.version>3.0.0</cxf.javax.el.version>
         <cxf.javax.ws.rs.version>2.1.6</cxf.javax.ws.rs.version>
         <cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version>
         <cxf.jaxb.version>2.3.2</cxf.jaxb.version>