remove previous "nb" module, which will be replaced by the nb5 module soon

This commit is contained in:
Jonathan Shook 2023-01-05 14:38:06 -06:00
parent 8cb4f7b778
commit 865c0ac387
13 changed files with 39 additions and 14 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ bin/**
**/generated **/generated
**/.DS_Store **/.DS_Store
**/generated/** **/generated/**
/deptree.txt

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.
@ -41,6 +41,12 @@
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>nbr</artifactId> <artifactId>nbr</artifactId>
<version>4.17.32-SNAPSHOT</version> <version>4.17.32-SNAPSHOT</version>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>slf4j-api</artifactId>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency> </dependency>
<!-- Everything below this line is in common between nb and nb5 --> <!-- Everything below this line is in common between nb and nb5 -->
@ -80,6 +86,12 @@
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>adapter-cqld4</artifactId> <artifactId>adapter-cqld4</artifactId>
<version>4.17.32-SNAPSHOT</version> <version>4.17.32-SNAPSHOT</version>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>slf4j-api</artifactId>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency> </dependency>
<dependency> <dependency>
@ -92,6 +104,12 @@
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>adapter-pulsar</artifactId> <artifactId>adapter-pulsar</artifactId>
<version>4.17.32-SNAPSHOT</version> <version>4.17.32-SNAPSHOT</version>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>slf4j-api</artifactId>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency> </dependency>
<dependency> <dependency>
@ -104,6 +122,12 @@
<groupId>io.nosqlbench</groupId> <groupId>io.nosqlbench</groupId>
<artifactId>adapter-kafka</artifactId> <artifactId>adapter-kafka</artifactId>
<version>4.17.32-SNAPSHOT</version> <version>4.17.32-SNAPSHOT</version>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>slf4j-api</artifactId>-->
<!-- <groupId>org.slf4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2022 nosqlbench * Copyright (c) 2022-2023 nosqlbench
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2022 nosqlbench * Copyright (c) 2022-2023 nosqlbench
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2022 nosqlbench * Copyright (c) 2022-2023 nosqlbench
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
<!-- <!--
~ Copyright (c) 2022 nosqlbench ~ Copyright (c) 2022-2023 nosqlbench
~ ~
~ Licensed under the Apache License, Version 2.0 (the "License"); ~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License. ~ you may not use this file except in compliance with the License.
@ -49,8 +49,8 @@
<module>engine-docker</module> <module>engine-docker</module>
<module>engine-docs</module> <module>engine-docs</module>
<module>engine-cli</module> <module>engine-cli</module>
<module>engine-rest</module> <!-- <module>engine-rest</module>-->
<module>engine-clients</module> <!-- <module>engine-clients</module>-->
<module>adapters-api</module> <module>adapters-api</module>
<!-- driver modules --> <!-- driver modules -->