Skip to content

Commit c3caa3d

Browse files
committed
Remove performance test
These tests are no longer used and do not belong here. They also depend on an old version of commons-cli with some bugs and vulnerabilities. Fixes #438
1 parent cf65f5d commit c3caa3d

File tree

5 files changed

+0
-719
lines changed

5 files changed

+0
-719
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<micrometer.version>1.0.2</micrometer.version>
6060
<jackson.version>2.9.6</jackson.version>
6161
<logback.version>1.2.3</logback.version>
62-
<commons-cli.version>1.1</commons-cli.version>
6362
<junit.version>4.12</junit.version>
6463
<awaitility.version>3.1.0</awaitility.version>
6564
<mockito.version>2.21.0</mockito.version>
@@ -705,12 +704,6 @@
705704
<version>${jackson.version}</version>
706705
<optional>true</optional>
707706
</dependency>
708-
<dependency>
709-
<groupId>commons-cli</groupId>
710-
<artifactId>commons-cli</artifactId>
711-
<version>${commons-cli.version}</version>
712-
<scope>test</scope>
713-
</dependency>
714707
<dependency>
715708
<groupId>junit</groupId>
716709
<artifactId>junit</artifactId>

src/test/java/com/rabbitmq/client/test/performance/CLIHelper.java

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/test/java/com/rabbitmq/client/test/performance/QosScaling.java

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)