You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/01/17 13:00:23 UTC

[isis-app-simpleapp] 01/04: wip - converting to JPA

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

danhaywood pushed a commit to branch v2.0.0-jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit d0aef8a6b4921131328dd4883dc0fd06c3624bab
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jan 17 09:14:34 2021 +0000

    wip - converting to JPA
---
 module-simple/pom.xml | 4 ++--
 webapp/pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 2e9668e..5972370 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -57,7 +57,7 @@
 
         <dependency>
             <groupId>org.apache.isis.persistence</groupId>
-            <artifactId>isis-persistence-jdo-datanucleus</artifactId>
+            <artifactId>isis-persistence-jpa-eclipselink</artifactId>
         </dependency>
 
         <dependency>
@@ -88,7 +88,7 @@
 
         <dependency>
             <groupId>org.apache.isis.mavendeps</groupId>
-            <artifactId>isis-mavendeps-jdo</artifactId>
+            <artifactId>isis-mavendeps-jpa</artifactId>
             <type>pom</type>
             <scope>test</scope>
         </dependency>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 0eb9108..6c9b7e8 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -147,7 +147,7 @@
 
         <dependency>
             <groupId>org.apache.isis.mavendeps</groupId>
-            <artifactId>isis-mavendeps-jdo</artifactId>
+            <artifactId>isis-mavendeps-jpa</artifactId>
             <type>pom</type>
         </dependency>