Repository: activemq-artemis Updated Branches: refs/heads/master 3ba50574f -> 03ed49e6e
ARTEMIS-1546 Fixing invalid import on test added by accident Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/03ed49e6 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/03ed49e6 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/03ed49e6 Branch: refs/heads/master Commit: 03ed49e6e9f7fb6e465d6d424075ecacba23b3f9 Parents: 3ba5057 Author: Clebert Suconic <[email protected]> Authored: Tue Dec 19 09:16:06 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Tue Dec 19 09:16:23 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/meshTest/sendMessages.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/03ed49e6/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy ---------------------------------------------------------------------- diff --git a/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy b/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy index fdfddee..d13fa2f 100644 --- a/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy +++ b/tests/compatibility-tests/src/main/resources/meshTest/sendMessages.groovy @@ -1,6 +1,5 @@ package meshTest -import org.apache.activemq.artemis.api.core.SimpleString import org.apache.activemq.artemis.tests.compatibility.GroovyRun import javax.jms.*
