File tree 1 file changed +9
-14
lines changed
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
34
34
To install this utility, add the following dependency to your project.
35
35
36
36
=== "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"
38
38
<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
+ ...
42
46
</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 -->
53
48
<build >
54
49
<plugins >
55
50
...
You can’t perform that action at this time.
0 commit comments