This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit b96d7d1e03d9c2dfe3e319142299435d533f8460 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Mar 10 09:52:20 2018 +0100 Improved test --- .../java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java b/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java index c604bef..44eda3d 100644 --- a/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java +++ b/examples/camel-example-artemis-amqp-blueprint/src/test/java/org/apache/camel/example/artemis/amqp/ArtemisAmqpTest.java @@ -36,7 +36,7 @@ public class ArtemisAmqpTest extends CamelBlueprintTestSupport { @Override protected String useOverridePropertiesWithConfigAdmin(Dictionary props) { //obtain an available port - int port = AvailablePortFinder.getNextAvailable(); + int port = AvailablePortFinder.getNextAvailable(8080); //override the netty port to use props.put("netty.port", "" + port); -- To stop receiving notification emails like this one, please contact [email protected].
