From 62272a25a322f77b9b52999e3bb6d9090baa26ee Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Sat, 29 Jul 2023 12:26:43 +0200
Subject: [PATCH] add unit tests

---
 smp-webapp/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/smp-webapp/pom.xml b/smp-webapp/pom.xml
index 8aa32d9aa..b3ca0c223 100644
--- a/smp-webapp/pom.xml
+++ b/smp-webapp/pom.xml
@@ -167,28 +167,8 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <runOrder>alphabetical</runOrder>
-                    <excludes>
-                        <exclude>**/*IntegrationTest.java</exclude>
-                    </excludes>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>integration-test</goal>
-                            <goal>verify</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <includes>
-                        <include>**/*IntegrationTest.java</include>
-                    </includes>
-                </configuration>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-- 
GitLab