Skip to content

Commit a2eecae

Browse files
authored
chore(ci): Fix circular dependency in dynamodb-local and maven packaging phases. (#2129)
1 parent b36d8ba commit a2eecae

File tree

1 file changed

+3
-0
lines changed
  • powertools-idempotency/powertools-idempotency-dynamodb

1 file changed

+3
-0
lines changed

powertools-idempotency/powertools-idempotency-dynamodb/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
<configuration>
187187
<includeScope>test</includeScope>
188188
<excludeTransitive>false</excludeTransitive>
189+
<!-- MDEP-187: Avoids Maven phase circular dependency by not trying to copy unpacked reactor
190+
artifacts (powertools-idempotency-core) -->
191+
<excludeGroupIds>software.amazon.lambda</excludeGroupIds>
189192
<outputDirectory>${project.build.directory}/dynamodb-local</outputDirectory>
190193
</configuration>
191194
</execution>

0 commit comments

Comments
 (0)