This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch jpa-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
commit 33aa3d42511a3615da89f9f6885f87a2c94dffd1 Author: Dan Haywood <d...@haywood-associates.co.uk> AuthorDate: Mon Aug 29 23:29:52 2022 +0100 adds required dependency --- module-simple-tests/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml index 125d87e..3ec4c63 100644 --- a/module-simple-tests/pom.xml +++ b/module-simple-tests/pom.xml @@ -64,13 +64,13 @@ <dependency> <groupId>org.apache.isis.testing</groupId> - <artifactId>isis-testing-fakedata-applib</artifactId> + <artifactId>isis-testing-fixtures-applib</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.isis.testing</groupId> - <artifactId>isis-testing-fixtures-applib</artifactId> + <groupId>org.apache.isis.persistence</groupId> + <artifactId>isis-persistence-jpa-eclipselink</artifactId> <scope>test</scope> </dependency>