You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/20 13:40:09 UTC

[camel] branch main updated (05a70c5af81 -> 4e42205d74b)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 05a70c5af81 CAMEL-19062 - Clean up Parent POM - Jakarta JMS API
     new ac35e82479e CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API
     new 4e42205d74b CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API

The 2 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.


Summary of changes:
 components/camel-jpa/pom.xml | 1 +
 parent/pom.xml               | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ac35e82479e3878a64f150d79ed55155259b16cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 14:13:02 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a24ea07a355..ab5b45cb83d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2750,12 +2750,6 @@
             </dependency>
 
             <!-- spec jars -->
-
-            <dependency>
-                <groupId>jakarta.persistence</groupId>
-                <artifactId>jakarta.persistence-api</artifactId>
-                <version>${jakarta-persistence-api-version}</version>
-            </dependency>
             <dependency>
                 <groupId>jakarta.transaction</groupId>
                 <artifactId>jakarta.transaction-api</artifactId>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4e42205d74b72b040d029c4f43ddf7ebc955dff0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 14:13:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta Persistence API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jpa/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 0d44f842244..9c0eebae3af 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>jakarta.persistence</groupId>
             <artifactId>jakarta.persistence-api</artifactId>
+            <version>${jakarta-persistence-api-version}</version>
         </dependency>
 
         <!-- test dependencies -->