- Delete unsed code "driver-jms"

- NB5 Pulsar driver Admin functionality in place - create/delete tenant, namespace, and topic
This commit is contained in:
yabinmeng
2022-11-11 18:36:06 -06:00
parent dae02bb60b
commit c309d200ac
56 changed files with 2611 additions and 1781 deletions

View File

@@ -67,6 +67,12 @@
<version>4.17.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-pulsar</artifactId>
<version>4.17.22-SNAPSHOT</version>
</dependency>
<!-- Everything below this line constitutes the delta between nb and nb5 -->
<!-- All driver-* modules should be migrated to adapter-* modules and added to nb5 -->