This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 72f677f768d61829365731985d0972318ec52117 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue Feb 20 17:47:50 2024 +0100 CAMEL-20410: documentation fixes for camel-gson - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links --- components/camel-gson/src/main/docs/gson-dataformat.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/components/camel-gson/src/main/docs/gson-dataformat.adoc b/components/camel-gson/src/main/docs/gson-dataformat.adoc index a9f672e9cc6..09a62e74895 100644 --- a/components/camel-gson/src/main/docs/gson-dataformat.adoc +++ b/components/camel-gson/src/main/docs/gson-dataformat.adoc @@ -11,7 +11,7 @@ *Since Camel {since}* -Gson is a Data Format which uses the +Gson is a Data Format that uses the https://github.com/google/gson[Gson Library] [source,java] @@ -29,15 +29,13 @@ include::partial$dataformat-options.adoc[] // dataformat options: END - == Dependencies -To use Gson in your camel routes you need to add the dependency +To use Gson in your camel routes, you need to add the dependency on *camel-gson* which implements this data format. -If you use maven you could just add the following to your pom.xml, -substituting the version number for the latest & greatest release (see -the download page for the latest versions). +If you use maven, you could add the following to your `pom.xml`, +substituting the version number for the latest & greatest release. [source,xml] ----------------------------------------------------------
