Skip to content

Commit

Permalink
ARTEMIS-4644: convert some broker-connection tests to use the ProtonJ…
Browse files Browse the repository at this point in the history
…2 test peer

Changes from myself and Tim Bish
  • Loading branch information
gemmellr committed Feb 15, 2024
1 parent 77d9f10 commit 42a2e46
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 801 deletions.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -187,7 +187,6 @@

<!-- used on tests -->
<groovy.version>4.0.13</groovy.version>
<vertx.version>4.5.3</vertx.version>
<hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>
<mockserver.version>5.15.0</mockserver.version>

Expand Down
13 changes: 0 additions & 13 deletions tests/integration-tests/pom.xml
Expand Up @@ -358,19 +358,6 @@
<version>${netty-tcnative-version}</version>
</dependency>

<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-proton</artifactId>
<version>${vertx.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
<scope>test</scope>
</dependency>

<!-- need this for org.apache.activemq.filter.JAXPXPathEvaluator for Xpath selectors with OpenWire JMS clients-->
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down

0 comments on commit 42a2e46

Please sign in to comment.