From 1a972a3c3835f1c693861ce82fedf17d0abcfd36 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 26 Jan 2024 15:14:54 +0100
Subject: [PATCH] OZG-4792 Added missing plugin for integration testing

---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index e3013f4a..2d83655f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,5 +143,13 @@
 			</build>			
 		</profile>
 	</profiles>
+	<build>
+		<plugins>			
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-failsafe-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
 
 </project>
-- 
GitLab