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

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit c159a2df61dee1f0ce207edfb1dad702c6d7d9b6
Author: Dan Haywood <[email protected]>
AuthorDate: Sun May 26 23:13:50 2024 +0100

    adds maven dependencies on causeway integtestsupport-applib
    
    ... and also eclipselink
---
 module-visit/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/module-visit/pom.xml b/module-visit/pom.xml
index 9a78010..5f75971 100644
--- a/module-visit/pom.xml
+++ b/module-visit/pom.xml
@@ -76,6 +76,18 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.causeway.testing</groupId>
+            <artifactId>causeway-testing-integtestsupport-applib</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.causeway.persistence</groupId>
+            <artifactId>causeway-persistence-jpa-eclipselink</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <!-- IDE support (optional) -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

Reply via email to