diff --git a/assertions/pom.xml b/assertions/pom.xml
index 655ab0d4..a491ab0b 100644
--- a/assertions/pom.xml
+++ b/assertions/pom.xml
@@ -27,12 +27,6 @@
zeebe-protocol
-
- io.camunda
- zeebe-process-test-api
- 1.4.0-alpha3-SNAPSHOT
-
-
io.camunda
zeebe-process-test-filters
@@ -43,31 +37,44 @@
assertj-core
-
- org.mockito
- mockito-core
- test
+ io.camunda
+ zeebe-client-java
+
- org.awaitility
- awaitility
+ org.junit.jupiter
+ junit-jupiter-api
test
-
- org.slf4j
- slf4j-simple
+ org.mockito
+ mockito-core
test
-
- org.junit.jupiter
- junit-jupiter-api
+ org.slf4j
+ slf4j-simple
test
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+ true
+
+
+ org.slf4j:slf4j-simple
+
+
+
+
+
+
diff --git a/engine-agent/pom.xml b/engine-agent/pom.xml
index dd6f85d9..dd43e924 100644
--- a/engine-agent/pom.xml
+++ b/engine-agent/pom.xml
@@ -33,6 +33,27 @@
org.slf4j
slf4j-api
+
+
+ io.grpc
+ grpc-stub
+
+
+
+ io.grpc
+ grpc-api
+
+
+
+ io.camunda
+ zeebe-protocol
+
+
+
+ io.camunda
+ zeebe-process-test-api
+
+
diff --git a/engine-protocol/pom.xml b/engine-protocol/pom.xml
index 7059d1f7..36eab966 100644
--- a/engine-protocol/pom.xml
+++ b/engine-protocol/pom.xml
@@ -27,23 +27,34 @@
io.grpc
- grpc-netty
+ grpc-protobuf
io.grpc
- grpc-protobuf
+ grpc-stub
+
+
+
+ com.google.protobuf
+ protobuf-java
+
+
+
+ com.google.guava
+ guava
io.grpc
- grpc-stub
+ grpc-api
javax.annotation
javax.annotation-api
+
@@ -94,6 +105,16 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+
+ javax.annotation:javax.annotation-api
+
+
+
diff --git a/engine/pom.xml b/engine/pom.xml
index 51a7bb9b..530b1b77 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -44,11 +44,66 @@
zeebe-client-java
+
+ io.camunda
+ zeebe-msgpack-value
+
+
+
+ io.camunda
+ zeebe-protocol
+
+
+
+ io.camunda
+ zeebe-protocol-impl
+
+
+
+ io.camunda
+ zeebe-db
+
+
+
+ com.google.api.grpc
+ proto-google-common-protos
+
+
+
+ org.agrona
+ agrona
+
+
+
+ com.google.protobuf
+ protobuf-java
+
+
+
+ io.grpc
+ grpc-protobuf
+
+
+
+ io.grpc
+ grpc-api
+
+
+
+ io.camunda
+ zeebe-gateway-protocol-impl
+
+
org.slf4j
slf4j-api
+
+ io.grpc
+ grpc-stub
+
+
org.junit.jupiter
@@ -56,6 +111,12 @@
test
+
+ org.junit.platform
+ junit-platform-commons
+ test
+
+
org.assertj
assertj-core
@@ -68,6 +129,12 @@
test
+
+ org.mockito
+ mockito-core
+ test
+
+
io.camunda
zeebe-process-test-filters
@@ -75,8 +142,8 @@
- org.mockito
- mockito-core
+ io.camunda
+ zeebe-bpmn-model
test
@@ -87,4 +154,29 @@
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ analyze
+
+ analyze-only
+ analyze-dep-mgt
+ analyze-duplicate
+
+
+
+ false
+
+
+
+
+
+
+
diff --git a/extension-testcontainer/pom.xml b/extension-testcontainer/pom.xml
index c98353ca..e9a7611d 100644
--- a/extension-testcontainer/pom.xml
+++ b/extension-testcontainer/pom.xml
@@ -53,8 +53,38 @@
- org.testcontainers
- junit-jupiter
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+ io.camunda
+ zeebe-protocol
+
+
+
+ io.camunda
+ zeebe-process-test-api
+
+
+
+ io.camunda
+ zeebe-process-test-filters
+
+
+
+ org.junit.platform
+ junit-platform-commons
+
+
+
+ io.grpc
+ grpc-api
@@ -63,11 +93,7 @@
-
- org.mockito
- mockito-core
- test
-
+
diff --git a/extension/pom.xml b/extension/pom.xml
index 07d14997..8999ccd1 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -34,8 +34,18 @@
- org.junit.jupiter
- junit-jupiter-api
+ io.camunda
+ zeebe-process-test-filters
+
+
+
+ io.camunda
+ zeebe-process-test-api
+
+
+
+ org.junit.platform
+ junit-platform-commons
@@ -43,7 +53,18 @@
slf4j-api
+
+ org.junit.jupiter
+ junit-jupiter-api
+
+
+
+ org.assertj
+ assertj-core
+ test
+
+
org.mockito
mockito-core
@@ -55,6 +76,30 @@
slf4j-simple
test
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+ analyze
+
+ analyze-only
+ analyze-dep-mgt
+ analyze-duplicate
+
+
+
+ false
+
+
+
+
+
+
diff --git a/filters/pom.xml b/filters/pom.xml
index e233eba5..e6c9cdb0 100644
--- a/filters/pom.xml
+++ b/filters/pom.xml
@@ -54,6 +54,23 @@
slf4j-simple
test
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+ true
+
+
+ org.slf4j:slf4j-simple
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index f6ddcb3c..37c3cd8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
+ 1.14.0
3.22.0
4.1.1
3.12.0
@@ -55,6 +56,7 @@
4.3.1
4.1.74.Final
6.0.0
+ 2.0.1
3.19.4
2.13.8
1.7.36
@@ -67,6 +69,7 @@
camunda-nexus
https://app.camunda.com/nexus/content/repositories/zeebe-io-snapshots
camunda-nexus
+ 3.2.0
1.2.7
2.9.1
@@ -149,6 +152,48 @@
import
+
+ io.camunda
+ zeebe-client-java
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-msgpack-value
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-protocol
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-protocol-impl
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-bpmn-model
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-gateway-protocol
+ ${dependency.zeebe.version}
+
+
+
+ io.camunda
+ zeebe-db
+ ${dependency.zeebe.version}
+
+
io.camunda
zeebe-workflow-engine
@@ -173,6 +218,12 @@
${dependency.zeebe.version}
+
+ io.camunda
+ zeebe-gateway-protocol-impl
+ ${dependency.zeebe.version}
+
+
io.camunda
zeebe-protocol-jackson
@@ -296,6 +347,18 @@
${dependency.feel.version}
+
+ com.google.api.grpc
+ proto-google-common-protos
+ ${dependency.proto.version}
+
+
+
+ org.agrona
+ agrona
+ ${dependency.agrona.version}
+
+
org.mockito
@@ -372,6 +435,24 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ ${plugin.version.dependency}
+
+
+ analyze
+
+ analyze-only
+ analyze-dep-mgt
+ analyze-duplicate
+
+
+ true
+
+
+
+
org.apache.maven.plugins
diff --git a/qa/pom.xml b/qa/pom.xml
index ec66d082..4dfa06c8 100644
--- a/qa/pom.xml
+++ b/qa/pom.xml
@@ -42,18 +42,70 @@
- org.slf4j
- slf4j-simple
+ org.apache.commons
+ commons-lang3
test
- org.apache.commons
- commons-lang3
+ io.camunda
+ zeebe-process-test-filters
+ test
+
+
+
+ io.camunda
+ zeebe-process-test-assertions
+ test
+
+
+
+ io.camunda
+ zeebe-protocol
+ test
+
+
+
+ io.camunda
+ zeebe-client-java
+ test
+
+
+
+ io.camunda
+ zeebe-process-test-api
+ test
+
+
+
+ org.assertj
+ assertj-core
+ test
+
+
+
+ org.slf4j
+ slf4j-simple
test
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+ true
+
+
+ org.slf4j:slf4j-simple
+
+
+
+
+
+
regular