diff --git a/pom.xml b/pom.xml
index 9a15610a33..b5d9fb4458 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,18 +201,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
apache-repo
Apache Repository
@@ -235,28 +223,17 @@
true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ central-repo
+ Maven Repository
+ https://repo1.maven.org/maven2
+
+ true
+
+
+ true
+
+
@@ -282,6 +259,17 @@
true
+
+ central-repo
+ Maven Repository
+ https://repo1.maven.org/maven2
+
+ true
+
+
+ true
+
+
@@ -336,7 +324,7 @@
3.3.2
3.6.1
1.0.3
- 0.24.0
+ 0.43.4
1.2.1
3.4.1
2.22.0
@@ -386,10 +374,10 @@
0.15.3
0.13.1
2.1.0
- 4.1.94.Final
+ 4.1.105.Final
2.0.9
2.22.0
- 1.2.9
+ 1.4.14
3.16.3
2.2
0.10.2
diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml
index 3143579947..4fea6656fa 100644
--- a/streams-contrib/pom.xml
+++ b/streams-contrib/pom.xml
@@ -43,7 +43,7 @@
streams-persist-filebuffer
streams-persist-hbase
-
+ streams-persist-hdfs
streams-persist-graph
streams-persist-kafka
streams-persist-mongo
diff --git a/streams-contrib/streams-persist-cassandra/pom.xml b/streams-contrib/streams-persist-cassandra/pom.xml
index 22525034cf..1c36cf661d 100644
--- a/streams-contrib/streams-persist-cassandra/pom.xml
+++ b/streams-contrib/streams-persist-cassandra/pom.xml
@@ -65,6 +65,10 @@
cassandra-all
${cassandra.version}
+
+ io.netty
+ netty-all
+
com.datastax.cassandra
*
@@ -85,8 +89,22 @@
org.yaml
snakeyaml
+
+ org.xerial.snappy
+ snappy-java
+
+
+ io.netty
+ netty-all
+ ${netty.version}
+
+
+ org.xerial.snappy
+ snappy-java
+ 1.1.10.5
+
org.apache.thrift
libthrift
diff --git a/streams-contrib/streams-persist-hbase/pom.xml b/streams-contrib/streams-persist-hbase/pom.xml
index f944f478ee..22cbe6ae83 100644
--- a/streams-contrib/streams-persist-hbase/pom.xml
+++ b/streams-contrib/streams-persist-hbase/pom.xml
@@ -109,6 +109,10 @@
org.apache.avro
avro
+
+ org.apache.commons
+ commons-compress
+
org.apache.kerby
kerb-simplekdc
@@ -121,12 +125,30 @@
org.eclipse.jetty
*
+
+ org.jline
+ jline
+
org.slf4j
slf4j-log4j12
+
+ org.xerial.snappy
+ snappy-java
+
+
+ org.apache.commons
+ commons-compress
+ 1.25.0
+
+
+ org.jline
+ jline
+ 3.25.0
+
org.apache.kerby
kerb-simplekdc
@@ -138,6 +160,11 @@
9.4.53.v20231009
pom
+
+ org.xerial.snappy
+ snappy-java
+ 1.1.10.5
+
org.apache.hbase
hbase-client
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml b/streams-contrib/streams-persist-hdfs/pom.xml
index be2c0b9894..992d784ab7 100644
--- a/streams-contrib/streams-persist-hdfs/pom.xml
+++ b/streams-contrib/streams-persist-hdfs/pom.xml
@@ -87,6 +87,11 @@
+
+ org.apache.commons
+ commons-compress
+ 1.25.0
+
org.apache.commons
commons-text
@@ -96,6 +101,16 @@
jetty-webapp
9.4.53.v20231009
+
+ org.eclipse.jetty
+ jetty-http
+ 9.4.53.v20231009
+
+
+ org.eclipse.jetty
+ jetty-server
+ 9.4.53.v20231009
+
org.apache.avro
avro
@@ -105,6 +120,16 @@
kerb-simplekdc
2.0.3
+
+ org.jline
+ jline
+ 3.25.0
+
+
+ org.xerial.snappy
+ snappy-java
+ 1.1.10.5
+
org.apache.hadoop
hadoop-common
@@ -112,6 +137,14 @@
compile
jar
+
+ org.apache.commons
+ commons-compress
+
+
+ commons-logging
+ commons-logging
+
com.google.protobuf
protobuf-java
@@ -132,22 +165,35 @@
org.codehaus.jettison
jettison
+
+ org.eclipse.jetty
+ jetty-http
+
+
+ org.eclipse.jetty
+ jetty-server
+
org.eclipse.jetty
jetty-webapp
+
+ org.jline
+ jline
+
org.slf4j
slf4j-log4j12
+
+ org.xerial.snappy
+ snappy-java
+
+
-
- commons-logging
- commons-logging
-
@@ -165,6 +211,10 @@
commons-logging
commons-logging
+
+ org.jline
+ jline
+
org.slf4j
slf4j-log4j12
diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
index 28b6c522fa..d625f1f6a4 100644
--- a/streams-dist/pom.xml
+++ b/streams-dist/pom.xml
@@ -23,7 +23,7 @@ under the License.
org.apache.streams
apache-streams
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
streams-dist
@@ -92,18 +92,6 @@ under the License.
${project.version}
-
- org.apache.streams
- streams-persist-elasticsearch
- ${project.version}
-
-
- snakeyaml
- org.yaml
-
-
-
-
org.apache.streams
streams-persist-filebuffer
diff --git a/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml b/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
index 04c07b002c..e5985a64ca 100644
--- a/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
+++ b/streams-examples/streams-examples-local/elasticsearch-hdfs/pom.xml
@@ -22,7 +22,7 @@
org.apache.streams.examples
streams-examples-local
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
4.0.0
diff --git a/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml b/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
index fa77dafa21..5a2db88aa1 100644
--- a/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
+++ b/streams-examples/streams-examples-local/elasticsearch-reindex/pom.xml
@@ -22,7 +22,7 @@
org.apache.streams.examples
streams-examples-local
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
4.0.0
diff --git a/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml b/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
index d675d2756e..74acb64681 100644
--- a/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
+++ b/streams-examples/streams-examples-local/mongo-elasticsearch-sync/pom.xml
@@ -22,7 +22,7 @@
org.apache.streams.examples
streams-examples-local
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
4.0.0
diff --git a/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml b/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
index 42019b22f2..66aba11c28 100644
--- a/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
+++ b/streams-examples/streams-examples-local/twitter-follow-neo4j/pom.xml
@@ -22,7 +22,7 @@
org.apache.streams.examples
streams-examples-local
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
4.0.0
diff --git a/streams-plugins/streams-plugin-cassandra/pom.xml b/streams-plugins/streams-plugin-cassandra/pom.xml
index d681d49f84..37d6233493 100644
--- a/streams-plugins/streams-plugin-cassandra/pom.xml
+++ b/streams-plugins/streams-plugin-cassandra/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
diff --git a/streams-plugins/streams-plugin-elasticsearch/pom.xml b/streams-plugins/streams-plugin-elasticsearch/pom.xml
index 5e3260f1ea..ac1041cd36 100644
--- a/streams-plugins/streams-plugin-elasticsearch/pom.xml
+++ b/streams-plugins/streams-plugin-elasticsearch/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
diff --git a/streams-plugins/streams-plugin-hbase/pom.xml b/streams-plugins/streams-plugin-hbase/pom.xml
index ca6c269e86..6d90c5fe82 100644
--- a/streams-plugins/streams-plugin-hbase/pom.xml
+++ b/streams-plugins/streams-plugin-hbase/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
diff --git a/streams-plugins/streams-plugin-hive/pom.xml b/streams-plugins/streams-plugin-hive/pom.xml
index 2305c97a11..ed309b9776 100644
--- a/streams-plugins/streams-plugin-hive/pom.xml
+++ b/streams-plugins/streams-plugin-hive/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml
index 8641f9b182..f08f797d9d 100644
--- a/streams-plugins/streams-plugin-pig/pom.xml
+++ b/streams-plugins/streams-plugin-pig/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml
diff --git a/streams-plugins/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/pom.xml
index c05d734b1f..3f60db235f 100644
--- a/streams-plugins/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/pom.xml
@@ -28,7 +28,7 @@
org.apache.streams.plugins
streams-plugins
0.6.2-SNAPSHOT
- ..
+ ../pom.xml