mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-12 06:16:26 +10:00
Test for more versions
This commit is contained in:
+1
-2
@@ -37,8 +37,7 @@ import java.util.Arrays;
|
||||
@PinpointConfig("activemq/client/pinpoint-activemq-client.config")
|
||||
// 5.4.1 bug creates activemq-data directory even if persistence is set to false - skip it
|
||||
// 5.5.x activemq-all missing slf4j binder - just skip instead of supplying one
|
||||
//@Dependency({"org.apache.activemq:activemq-all:[5.1.0,5.4.1),[5.4.2,5.4.max],[5.6.0,)"})
|
||||
@Dependency({"org.apache.activemq:activemq-all:[5.1.0]"})
|
||||
@Dependency({"org.apache.activemq:activemq-all:[5.1.0,5.4.1),[5.4.2,5.4.max],[5.6.0,)"})
|
||||
public class ActiveMQClientMultipleBrokersIT extends ActiveMQClientITBase {
|
||||
|
||||
private static final String PRODUCER_BROKER = "Producer_Broker";
|
||||
|
||||
Reference in New Issue
Block a user