diff --git a/webcam-capture-examples/webcam-capture-akka/pom.xml b/webcam-capture-examples/webcam-capture-akka/pom.xml
index a7468c07..239890f4 100644
--- a/webcam-capture-examples/webcam-capture-akka/pom.xml
+++ b/webcam-capture-examples/webcam-capture-akka/pom.xml
@@ -1,24 +1,26 @@
+
4.0.0
- com.github.sarxos
+
+
+ webcam-capture-examples
+ com.github.sarxos
+ 0.3.12-SNAPSHOT
+
+
webcam-capture-example-akka
- 0.0.1-SNAPSHOT
jar
+
com.github.sarxos
webcam-capture
0.3.11
-
- io.javaslang
- javaslang
- 2.0.2
-
com.typesafe.akka
- akka-cluster-tools_2.11
+ akka-actor_2.11
2.4.1
@@ -28,7 +30,7 @@
com.typesafe.akka
- akka-actor_2.11
+ akka-cluster-tools_2.11
2.4.1
@@ -38,12 +40,12 @@
com.typesafe.akka
- akka-persistence_2.11
+ akka-distributed-data-experimental_2.11
2.4.1
com.typesafe.akka
- akka-distributed-data-experimental_2.11
+ akka-persistence_2.11
2.4.1
@@ -56,5 +58,10 @@
akka-slf4j_2.11
2.4.1
+
+ io.javaslang
+ javaslang
+ 2.0.2
+
diff --git a/webcam-capture/pom.xml b/webcam-capture/pom.xml
index 0ed79815..09305a1f 100644
--- a/webcam-capture/pom.xml
+++ b/webcam-capture/pom.xml
@@ -36,13 +36,13 @@
logback-classic
provided
+
+
com.jayway.awaitility
awaitility
test
-
-
junit
junit