File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,17 @@ This utility is compatible with versions *[1.1.0+](https://github.com/awslabs/am
3434To install this utility, add the following dependency to your project.
3535
3636=== "Maven"
37- ```xml
37+ ```xml hl_lines="3 4 5 6 7 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36"
3838 <dependency >
39- <groupId >software.amazon.lambda</groupId >
40- <artifactId >powertools-sqs</artifactId >
41- <version >1.3.0</version >
39+ ...
40+ <dependency >
41+ <groupId >software.amazon.lambda</groupId >
42+ <artifactId >powertools-sqs</artifactId >
43+ <version >1.3.0</version >
44+ </dependency >
45+ ...
4246 </dependency >
43- ```
44-
45- === "Maven Configuration"
46-
47- Configure the aspectj-maven-plugin to compile-time weave (CTW) the
48- aws-lambda-powertools-java aspects into your project. You may already have this
49- plugin in your pom. In that case add the dependency to the `aspectLibraries`
50- section.
51-
52- ```xml hl_lines="13 14 15 16"
47+ <!-- configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambda-powertools-java aspects into your project -->
5348 <build >
5449 <plugins >
5550 ...
You can’t perform that action at this time.
0 commit comments