We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f43a6e commit 00f6479Copy full SHA for 00f6479
examples/powertools-examples-idempotency/sam/pom.xml
@@ -116,9 +116,20 @@
116
</goals>
117
<configuration>
118
<createDependencyReducedPom>false</createDependencyReducedPom>
119
+ <transformers>
120
+ <transformer
121
+ implementation="org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer" />
122
+ </transformers>
123
</configuration>
124
</execution>
125
</executions>
126
+ <dependencies>
127
+ <dependency>
128
+ <groupId>org.apache.logging.log4j</groupId>
129
+ <artifactId>log4j-transform-maven-shade-plugin-extensions</artifactId>
130
+ <version>0.2.0</version>
131
+ </dependency>
132
+ </dependencies>
133
</plugin>
134
<plugin>
135
<groupId>org.apache.maven.plugins</groupId>
0 commit comments