From 8d3cf74757f189aab859a5d5d747badd275d6c4d Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 28 Oct 2024 15:57:16 +0100 Subject: [PATCH] OZG-6798 exclude application-itcase.yaml --- nachrichten-manager-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nachrichten-manager-server/pom.xml b/nachrichten-manager-server/pom.xml index 84cb36b..d988a52 100644 --- a/nachrichten-manager-server/pom.xml +++ b/nachrichten-manager-server/pom.xml @@ -265,6 +265,7 @@ <excludes> <exclude>**/NachrichtenManagerTestApplication.java</exclude> <exclude>**/junit-platform.properties</exclude> + <exclude>**/application-itcase.yaml</exclude> </excludes> </configuration> </execution> -- GitLab