Skip to content

Commit 8586bf6

Browse files
authored
fix: add aspectj-rt to batch e2e (#1410)
* add aspectj-rt * run e2e on v2 updates
1 parent 2d3e865 commit 8586bf6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/run-e2e-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
pull_request:
2424
branches:
2525
- main
26+
- v2
2627
paths:
2728
- 'powertools-e2e-tests/**'
2829

powertools-e2e-tests/handlers/batch/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<groupId>software.amazon.awssdk</groupId>
3838
<artifactId>dynamodb</artifactId>
3939
</dependency>
40+
<dependency>
41+
<groupId>org.aspectj</groupId>
42+
<artifactId>aspectjrt</artifactId>
43+
</dependency>
4044
</dependencies>
4145

4246
<build>

0 commit comments

Comments
 (0)