ARTEMIS-2938 - allow array list serialisation for dependent openwire tests AMQ-7399

This commit is contained in:
gtully 2020-11-18 12:56:42 +00:00
parent 905f897cb7
commit d0d1aef88c
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@
<exclude>**/ReplicatedJMSFailoverTest.java</exclude>
<exclude>org.apache.activemq/tests/util/*.java</exclude>
</excludes>
<argLine>-Djgroups.bind_addr=::1 ${activemq-surefire-argline}</argLine>
<argLine>-Djgroups.bind_addr=::1 ${activemq-surefire-argline} -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="java.lang,javax.security,java.util,org.apache.activemq,org.fusesource.hawtbuf"</argLine>
</configuration>
</plugin>
<plugin>