File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
examples/powertools-examples-core/cdk/app Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 107107 </goals >
108108 <configuration >
109109 <transformers >
110- <transformer
111- implementation =" com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer" >
112- </transformer >
110+ <transformer implementation =" org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer" />
113111 </transformers >
114112 </configuration >
115113 </execution >
116114 </executions >
117115 <dependencies >
118116 <dependency >
119- <groupId >com.github.edwgiz </groupId >
120- <artifactId >maven-shade-plugin.log4j2-cachefile-transformer </artifactId >
121- <version >2.15 </version >
117+ <groupId >org.apache.logging.log4j </groupId >
118+ <artifactId >log4j-transform- maven-shade-plugin-extensions </artifactId >
119+ <version >0.1.0 </version >
122120 </dependency >
123121 </dependencies >
124122 </plugin >
You can’t perform that action at this time.
0 commit comments