diff --git a/jwt/pom.xml b/jwt/pom.xml
index cce3716..a35758b 100644
--- a/jwt/pom.xml
+++ b/jwt/pom.xml
@@ -27,17 +27,6 @@
io.jsonwebtoken
jjwt-jackson
-
-
- org.junit.jupiter
- junit-jupiter-engine
- test
-
-
- io.projectreactor
- reactor-test
- test
-
diff --git a/pom.xml b/pom.xml
index 5123996..721e8d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.scalecube
scalecube-parent-pom
- 0.0.17
+ 0.1.0-RC1
scalecube-security-parent
@@ -29,10 +29,21 @@
0.10.5
+ Dysprosium-RELEASE
+ 5.1.1
+ 2.24.5
+ 1.3
+
+ io.projectreactor
+ reactor-bom
+ ${reactor.version}
+ pom
+ import
+
io.jsonwebtoken
jjwt-api
@@ -50,4 +61,44 @@
+
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ ${junit.version}
+ test
+
+
+ org.mockito
+ mockito-junit-jupiter
+ ${mockito.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-all
+ ${hamcrest.version}
+ test
+
+
+ org.hamcrest
+ hamcrest-core
+ ${hamcrest.version}
+ test
+
+
+ io.projectreactor
+ reactor-test
+ test
+
+
+