This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 1f853cc10645be73d6f20407087d898f6a8e1c2b Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 22:15:58 2024 +0100 updates visit module's pom.xml with dependency on unittestsupport-applib --- module-visit/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module-visit/pom.xml b/module-visit/pom.xml index 59036be..9a78010 100644 --- a/module-visit/pom.xml +++ b/module-visit/pom.xml @@ -70,6 +70,12 @@ <artifactId>causeway-testing-fixtures-applib</artifactId> </dependency> + <dependency> + <groupId>org.apache.causeway.testing</groupId> + <artifactId>causeway-testing-unittestsupport-applib</artifactId> + <scope>test</scope> + </dependency> + <!-- IDE support (optional) --> <dependency> <groupId>org.springframework.boot</groupId>
