Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix shuju-jackson-json dependency #3

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ required to run the code of this tutorial:
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module to enable the intelligent layout parsing. The following depedencies are r
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module to enable the intelligent layout parsing. The following depedencies are r
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ following depedencies are required to run the code of this tutorial:
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
4 changes: 2 additions & 2 deletions any2json-documents/docs/tutorial_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ following depedencies are required to run the code of this tutorial:
</dependency>
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
</dependency>
<!-- Any2Json Framework -->
Expand Down Expand Up @@ -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).
For more examples of using Any2Json, check out the [tutorials](index.md).
2 changes: 1 addition & 1 deletion any2json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Test Framework -->
<dependency>
<groupId>com.github.romualdrousseau</groupId>
<artifactId>shuju-jackson</artifactId>
<artifactId>shuju-jackson-json</artifactId>
<version>${shuju.version}</version>
<scope>test</scope>
</dependency>
Expand Down