You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/06/22 16:28:09 UTC

[cxf] branch main updated: CXF-8889: Compilation of CXF fails due to a jakarta... vs. 'javax...' issue (#1316)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8cd592551b CXF-8889: Compilation of CXF fails due to a jakarta... vs. 'javax...' issue (#1316)
8cd592551b is described below

commit 8cd592551b5df2791d7dbcdb73882266e5c99bb7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jun 22 12:28:02 2023 -0400

    CXF-8889: Compilation of CXF fails due to a jakarta... vs. 'javax...' issue (#1316)
---
 parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4f6d7ae169..8b492dedd4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2200,16 +2200,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>jdk11</id>
-            <activation>
-                <jdk>[11,16)</jdk>
-            </activation>
-            <properties>
-                <cxf.spring.boot.version>2.7.6</cxf.spring.boot.version>
-                <cxf.spring.version>5.3.24</cxf.spring.version>
-            </properties>
-        </profile>
         <profile>
             <id>jdk13</id>
             <activation>