File tree 7 files changed +30
-1
lines changed
powertools-parameters-appconfig
powertools-parameters-dynamodb
powertools-parameters-secrets
powertools-parameters-ssm
7 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 26
26
push :
27
27
branches :
28
28
- main
29
+ - v2
29
30
paths :
30
31
- ' powertools-batch/**'
31
32
- ' powertools-cloudformation/**'
Original file line number Diff line number Diff line change 21
21
<artifactId >powertools-parameters</artifactId >
22
22
<version >${project.version} </version >
23
23
</dependency >
24
-
25
24
<dependency >
26
25
<groupId >software.amazon.awssdk</groupId >
27
26
<artifactId >appconfigdata</artifactId >
36
35
</exclusion >
37
36
</exclusions >
38
37
</dependency >
38
+ <dependency >
39
+ <groupId >org.aspectj</groupId >
40
+ <artifactId >aspectjrt</artifactId >
41
+ <version >${aspectj.version} </version >
42
+ </dependency >
39
43
40
44
<!-- Test dependencies -->
41
45
<dependency >
Original file line number Diff line number Diff line change 36
36
</exclusion >
37
37
</exclusions >
38
38
</dependency >
39
+ <dependency >
40
+ <groupId >org.aspectj</groupId >
41
+ <artifactId >aspectjrt</artifactId >
42
+ <version >${aspectj.version} </version >
43
+ </dependency >
39
44
40
45
<!-- Test dependencies -->
41
46
<dependency >
Original file line number Diff line number Diff line change 36
36
</exclusion >
37
37
</exclusions >
38
38
</dependency >
39
+ <dependency >
40
+ <groupId >org.aspectj</groupId >
41
+ <artifactId >aspectjrt</artifactId >
42
+ <version >${aspectj.version} </version >
43
+ </dependency >
39
44
40
45
<!-- Test dependencies -->
41
46
<dependency >
Original file line number Diff line number Diff line change 36
36
</exclusion >
37
37
</exclusions >
38
38
</dependency >
39
+ <dependency >
40
+ <groupId >org.aspectj</groupId >
41
+ <artifactId >aspectjrt</artifactId >
42
+ <version >${aspectj.version} </version >
43
+ </dependency >
39
44
40
45
<!-- Test dependencies -->
41
46
<dependency >
Original file line number Diff line number Diff line change 33
33
</description >
34
34
35
35
<dependencies >
36
+ <dependency >
37
+ <groupId >org.aspectj</groupId >
38
+ <artifactId >aspectjrt</artifactId >
39
+ <scope >provided</scope >
40
+ </dependency >
36
41
<dependency >
37
42
<groupId >software.amazon.lambda</groupId >
38
43
<artifactId >powertools-common</artifactId >
Original file line number Diff line number Diff line change 30
30
<And >
31
31
<Class name =" software.amazon.lambda.powertools.largemessages.LargeMessageConfig" />
32
32
<Method name =" getS3Client" />
33
+ </And >
34
+ <And >
33
35
<Class name =" software.amazon.lambda.powertools.parameters.secrets.SecretsProviderBuilder" />
34
36
<Field name =" cacheManager" />
35
37
</And >
111
113
<And >
112
114
<Class name =" software.amazon.lambda.powertools.parameters.transform.TransformationManager" />
113
115
<Field name =" transformer" />
116
+ </And >
117
+ <And >
114
118
<Class name =" software.amazon.lambda.powertools.logging.logback.LambdaEcsEncoder" />
115
119
<Field name =" throwableConverter" />
116
120
</And >
You can’t perform that action at this time.
0 commit comments