Skip to content

Commit eccbe4c

Browse files
authored
compilation-fix (#1919)
1 parent d88c0ed commit eccbe4c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,12 @@
2828
import java.net.UnknownHostException;
2929
import java.nio.file.NoSuchFileException;
3030
import org.apache.activemq.ActiveMQConnectionFactory;
31-
import org.apache.activemq.test.annotations.ParallelTest;
3231
import org.apache.activemq.xbean.XBeanBrokerFactory;
3332
import org.junit.AfterClass;
3433
import org.junit.Before;
3534
import org.junit.Test;
36-
import org.junit.experimental.categories.Category;
3735
import org.springframework.beans.FatalBeanException;
3836

39-
@Category(ParallelTest.class)
4037
public class ActiveMQConnectionFactoryXBeanTest {
4138

4239
@Before

0 commit comments

Comments
 (0)