diff --git a/.gitignore b/.gitignore
index 91843c063..fefc32bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ bin/**
**/generated
**/.DS_Store
**/generated/**
+/deptree.txt
diff --git a/driver-cockroachdb/pom.xml b/driver-cockroachdb/pom.xml
index 0bac8a419..7e84904a6 100644
--- a/driver-cockroachdb/pom.xml
+++ b/driver-cockroachdb/pom.xml
@@ -1,6 +1,6 @@
+
+
+
+
+
@@ -80,6 +86,12 @@
io.nosqlbench
adapter-cqld4
4.17.32-SNAPSHOT
+
+
+
+
+
+
@@ -92,6 +104,12 @@
io.nosqlbench
adapter-pulsar
4.17.32-SNAPSHOT
+
+
+
+
+
+
@@ -104,6 +122,12 @@
io.nosqlbench
adapter-kafka
4.17.32-SNAPSHOT
+
+
+
+
+
+
diff --git a/nbr-examples/src/test/java/io/nosqlbench/nbr/examples/ScriptExampleTests.java b/nbr-examples/src/test/java/io/nosqlbench/nbr/examples/ScriptExampleTests.java
index a99f133c2..51a1de96b 100644
--- a/nbr-examples/src/test/java/io/nosqlbench/nbr/examples/ScriptExampleTests.java
+++ b/nbr-examples/src/test/java/io/nosqlbench/nbr/examples/ScriptExampleTests.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 nosqlbench
+ * Copyright (c) 2022-2023 nosqlbench
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/nbr-examples/src/test/resources/scripts/examples/activity_error.js b/nbr-examples/src/test/resources/scripts/examples/activity_error.js
index f156ba439..d2e8ac5ab 100644
--- a/nbr-examples/src/test/resources/scripts/examples/activity_error.js
+++ b/nbr-examples/src/test/resources/scripts/examples/activity_error.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 nosqlbench
+ * Copyright (c) 2022-2023 nosqlbench
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/nbr-examples/src/test/resources/scripts/examples/activity_init_error.js b/nbr-examples/src/test/resources/scripts/examples/activity_init_error.js
index eb94db38d..42e2fbb74 100644
--- a/nbr-examples/src/test/resources/scripts/examples/activity_init_error.js
+++ b/nbr-examples/src/test/resources/scripts/examples/activity_init_error.js
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 nosqlbench
+ * Copyright (c) 2022-2023 nosqlbench
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/nbr/pom.xml b/nbr/pom.xml
index d74607f99..3ec8e3cf6 100644
--- a/nbr/pom.xml
+++ b/nbr/pom.xml
@@ -1,5 +1,5 @@
+
adapters-api