NO-JIRA: remove ancient exclusion that doesnt match anything in the module
This commit is contained in:
parent
4581ea5f45
commit
8ee5253281
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue