File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
spring-cloud-function-adapters/spring-cloud-function-serverless-web/sample/pet-store
spring-cloud-function-deployer/src/it/simplestjar
spring-cloud-function-samples
function-functional-sample-aws
function-sample-aws-routing
function-sample-functional-aws-routing Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
9292 <artifactId >maven-shade-plugin</artifactId >
93- <version >3.2.4 </version >
93+ <version >3.6.0 </version >
9494 <executions >
9595 <execution >
9696 <phase >package</phase >
101101 <createDependencyReducedPom >false</createDependencyReducedPom >
102102 <transformers >
103103 <transformer
104- implementation =" com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer " >
104+ implementation =" org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer " >
105105 </transformer >
106106 </transformers >
107107 </configuration >
108108 </execution >
109109 </executions >
110110 <dependencies >
111111 <dependency >
112- <groupId >com.github.edwgiz </groupId >
113- <artifactId >maven-shade-plugin.log4j2-cachefile-transformer </artifactId >
114- <version >2.8.1 </version >
112+ <groupId >org.apache.logging.log4j </groupId >
113+ <artifactId >log4j-transform- maven-shade-plugin-extensions </artifactId >
114+ <version >0.2.0 </version >
115115 </dependency >
116116 </dependencies >
117117 </plugin >
Original file line number Diff line number Diff line change 2828 <plugin >
2929 <groupId >org.apache.maven.plugins</groupId >
3030 <artifactId >maven-shade-plugin</artifactId >
31- <version >3.2.4 </version >
31+ <version >3.6.0 </version >
3232 <executions >
3333 <execution >
3434 <phase >package</phase >
Original file line number Diff line number Diff line change 9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
9292 <artifactId >maven-shade-plugin</artifactId >
93- <version >3.2.4 </version >
93+ <version >3.6.0 </version >
9494 <configuration >
9595 <createDependencyReducedPom >false</createDependencyReducedPom >
9696 <shadedArtifactAttached >true</shadedArtifactAttached >
Original file line number Diff line number Diff line change 9595 <plugin >
9696 <groupId >org.apache.maven.plugins</groupId >
9797 <artifactId >maven-shade-plugin</artifactId >
98- <version >3.2.4 </version >
98+ <version >3.6.0 </version >
9999 <configuration >
100100 <createDependencyReducedPom >false</createDependencyReducedPom >
101101 <shadedArtifactAttached >true</shadedArtifactAttached >
Original file line number Diff line number Diff line change 9999 <plugin >
100100 <groupId >org.apache.maven.plugins</groupId >
101101 <artifactId >maven-shade-plugin</artifactId >
102- <version >3.2.4 </version >
102+ <version >3.6.0 </version >
103103 <configuration >
104104 <createDependencyReducedPom >false</createDependencyReducedPom >
105105 <shadedArtifactAttached >true</shadedArtifactAttached >
You can’t perform that action at this time.
0 commit comments