diff --git a/docs/src/main/asciidoc/adapters/aws-intro.adoc b/docs/src/main/asciidoc/adapters/aws-intro.adoc
index 1904477b9..d8c68efe5 100644
--- a/docs/src/main/asciidoc/adapters/aws-intro.adoc
+++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc
@@ -119,24 +119,35 @@ then additional transformers must be configured as part of the maven-shade-plugi
org.springframework.boot
spring-boot-maven-plugin
+ 2.7.1
-
- false
- true
- aws
-
-
- META-INF/spring.handlers
-
-
- META-INF/spring.factories
-
-
- META-INF/spring.schemas
-
-
-
+
+
+
+ shade
+
+
+ false
+ true
+ aws
+
+
+ META-INF/spring.handlers
+
+
+ META-INF/spring.factories
+
+
+ META-INF/spring.schemas
+
+
+ META-INF/spring.components
+
+
+
+
+
----