Skip to content

Commit

Permalink
Upgrading maven-surefire-plugin and maven-failsafe-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jan 10, 2024
1 parent d13009c commit 2032376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
*/
package org.apache.syncope.client.console.panels;

import static org.apache.syncope.common.lib.types.AnyTypeKind.ANY_OBJECT;
import static org.apache.syncope.common.lib.types.AnyTypeKind.GROUP;
import static org.apache.syncope.common.lib.types.AnyTypeKind.USER;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<encoding>utf-8</encoding>
Expand All @@ -1579,7 +1579,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
Expand Down

0 comments on commit 2032376

Please sign in to comment.