diff --git a/any2json-documents/docs/tutorial_1.md b/any2json-documents/docs/tutorial_1.md
index 9e115694..ed126f9d 100644
--- a/any2json-documents/docs/tutorial_1.md
+++ b/any2json-documents/docs/tutorial_1.md
@@ -55,7 +55,7 @@ required to run the code of this tutorial:
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -175,4 +175,4 @@ public class Tutorial1 implements Runnable {
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_2.md b/any2json-documents/docs/tutorial_2.md
index b723c726..cb2a7ae2 100644
--- a/any2json-documents/docs/tutorial_2.md
+++ b/any2json-documents/docs/tutorial_2.md
@@ -52,7 +52,7 @@ module to enable the intelligent layout parsing. The following depedencies are r
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -175,4 +175,4 @@ between the elements of the spreadsheet and how there are structured in tabular
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_3.md b/any2json-documents/docs/tutorial_3.md
index b1e72a72..ab61eeee 100644
--- a/any2json-documents/docs/tutorial_3.md
+++ b/any2json-documents/docs/tutorial_3.md
@@ -58,7 +58,7 @@ module to enable the intelligent layout parsing. The following depedencies are r
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -182,4 +182,4 @@ didn't change the result and we didn't even need to change the code.
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_4.md b/any2json-documents/docs/tutorial_4.md
index 470b498d..c311e06b 100644
--- a/any2json-documents/docs/tutorial_4.md
+++ b/any2json-documents/docs/tutorial_4.md
@@ -56,7 +56,7 @@ following depedencies are required to run the code of this tutorial:
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -250,4 +250,4 @@ been replaced by tags describing the recognized columns.
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_5.md b/any2json-documents/docs/tutorial_5.md
index be9c567a..5774bb51 100644
--- a/any2json-documents/docs/tutorial_5.md
+++ b/any2json-documents/docs/tutorial_5.md
@@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -208,4 +208,4 @@ been unpivoted.
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_6.md b/any2json-documents/docs/tutorial_6.md
index 450c49a6..1e7d0f0e 100644
--- a/any2json-documents/docs/tutorial_6.md
+++ b/any2json-documents/docs/tutorial_6.md
@@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -173,4 +173,4 @@ between the elements of the spreadsheet and how there are structured in tabular
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json-documents/docs/tutorial_7.md b/any2json-documents/docs/tutorial_7.md
index 47d0802b..334d6cfb 100644
--- a/any2json-documents/docs/tutorial_7.md
+++ b/any2json-documents/docs/tutorial_7.md
@@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
@@ -182,4 +182,4 @@ between the elements of the spreadsheet and how there are structured in tabular
Congratulations! You have loaded documents using Any2Json.
-For more examples of using Any2Json, check out the [tutorials](index.md).
\ No newline at end of file
+For more examples of using Any2Json, check out the [tutorials](index.md).
diff --git a/any2json/pom.xml b/any2json/pom.xml
index 31291879..f54f4b4d 100644
--- a/any2json/pom.xml
+++ b/any2json/pom.xml
@@ -45,7 +45,7 @@
com.github.romualdrousseau
- shuju-jackson
+ shuju-jackson-json
${shuju.version}
test