Skip to content

Commit 00f6479

Browse files
committed
Add back Log4j2PluginCacheFileTransformer
1 parent 8f43a6e commit 00f6479

File tree

1 file changed

+11
-0
lines changed
  • examples/powertools-examples-idempotency/sam

1 file changed

+11
-0
lines changed

examples/powertools-examples-idempotency/sam/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,20 @@
116116
</goals>
117117
<configuration>
118118
<createDependencyReducedPom>false</createDependencyReducedPom>
119+
<transformers>
120+
<transformer
121+
implementation="org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer" />
122+
</transformers>
119123
</configuration>
120124
</execution>
121125
</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>
122133
</plugin>
123134
<plugin>
124135
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)