We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36d8ba commit a2eecaeCopy full SHA for a2eecae
powertools-idempotency/powertools-idempotency-dynamodb/pom.xml
@@ -186,6 +186,9 @@
186
<configuration>
187
<includeScope>test</includeScope>
188
<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>
192
<outputDirectory>${project.build.directory}/dynamodb-local</outputDirectory>
193
</configuration>
194
</execution>
0 commit comments