You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/03 07:27:40 UTC

[camel] 03/06: Camel-AWS SES: Fixed paragraph for maven deps in docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 879805cbcd7dc8cecd7bf7757bb681b02fb14023
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 3 09:10:51 2019 +0200

    Camel-AWS SES: Fixed paragraph for maven deps in docs
---
 components/camel-aws-ses/src/main/docs/aws-ses-component.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc b/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc
index 0a85393..f052a84 100644
--- a/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc
+++ b/components/camel-aws-ses/src/main/docs/aws-ses-component.adoc
@@ -193,16 +193,16 @@ AmazonSimpleEmailService client = new AmazonSimpleEmailServiceClient(awsCredenti
 registry.bind("client", client);
 ----------------------------------------------------------------------------------------------------------
 
-== Dependencies
-
-Maven users will need to add the following dependency to their pom.xml.
-
 == Automatic detection of AmazonSimpleEmailService client in registry
 
 The component is capable of detecting the presence of an AmazonSimpleEmailService bean into the registry.
 If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter.
 This may be really useful for smarter configuration of the endpoint.
 
+== Dependencies
+
+Maven users will need to add the following dependency to their pom.xml.
+
 *pom.xml*
 
 [source,xml]