Skip to content

Commit

Permalink
pom fix
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri committed Apr 5, 2024
1 parent f97aa97 commit 9b59ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
<version>${surefire-plugin.version}</version>
<configuration>
<includes>
<exclude>**/*E2E.java</exclude>
<include>**/*E2E.java</include>
</includes>
<excludes>
<include>**/*Test.java</include>
<exclude>**/*Test.java</exclude>
</excludes>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
Expand Down

0 comments on commit 9b59ecc

Please sign in to comment.