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/03/03 10:05:48 UTC

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - Open JPA persistence

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


The following commit(s) were added to refs/heads/main by this push:
     new 28e4a321ebe CAMEL-19062 - Clean up Parent POM - Open JPA persistence
28e4a321ebe is described below

commit 28e4a321ebe7fb33b7ee3bd9c53fab0914ec5b23
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 10:58:01 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 443f3ea5466..67665370efc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- default JPA support -->
-            <dependency>
-                <groupId>org.apache.openjpa</groupId>
-                <artifactId>openjpa-persistence-jdbc</artifactId>
-                <version>${openjpa-version}</version>
-            </dependency>
-
             <!-- hibernate and other db systems -->
             <dependency>
                 <groupId>org.hibernate</groupId>