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 bb28887545f0f4875537760da9252ed01ec85e30 Author: Dan Haywood <[email protected]> AuthorDate: Sun May 26 17:17:25 2024 +0100 adds maven dependency from application module to visit module --- webapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/pom.xml b/webapp/pom.xml index d23ff9f..6c25993 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -86,7 +86,7 @@ <dependency> <groupId>${project.groupId}</groupId> - <artifactId>simpleapp-jpa-module-petowner</artifactId> + <artifactId>simpleapp-jpa-module-visit</artifactId> </dependency> <dependency>
