You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/06/09 17:25:05 UTC

[activemq-artemis] 02/03: NO-JIRA: remove ancient exclusion that doesnt match anything in the module

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 8ee525328168432e165d2e4d46230c45fa2f3568
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Jun 9 17:11:35 2022 +0100

    NO-JIRA: remove ancient exclusion that doesnt match anything in the module
---
 tests/integration-tests/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 7c3f9f7f87..d724481666 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -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>