This is an automated email from the git hooks/post-receive script. New commit to branch master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit db5a6f9efaf25676256adff28994d8a79d72eb5b Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 8 11:11:03 2020 +0200 Fix pom --- faxtomail-ui-web/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index d4b42ba3..cd16bfe4 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -74,6 +74,10 @@ <artifactId>topia-persistence</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-service-flyway</artifactId> + </dependency> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.