NO-JIRA: remove ancient exclusion that doesnt match anything in the module

This commit is contained in:
Robbie Gemmell 2022-06-09 17:11:35 +01:00
parent 4581ea5f45
commit 8ee5253281
1 changed files with 0 additions and 3 deletions

View File

@ -561,9 +561,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>${skipIntegrationTests}</skipTests>
<excludes>
<exclude>org.apache.activemq/tests/util/*.java</exclude>
</excludes>
<argLine>-Djgroups.bind_addr=::1 ${activemq-surefire-argline} ${its-surefire-extra-args} -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="java.lang,javax.security,java.util,org.apache.activemq,org.fusesource.hawtbuf"</argLine>
</configuration>
</plugin>