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 90
90
<plugin >
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-shade-plugin</artifactId >
93
- <version >3.2.4 </version >
93
+ <version >3.6.0 </version >
94
94
<executions >
95
95
<execution >
96
96
<phase >package</phase >
101
101
<createDependencyReducedPom >false</createDependencyReducedPom >
102
102
<transformers >
103
103
<transformer
104
- implementation =" com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer " >
104
+ implementation =" org.apache.logging.log4j.maven.plugins.shade.transformer.Log4j2PluginCacheFileTransformer " >
105
105
</transformer >
106
106
</transformers >
107
107
</configuration >
108
108
</execution >
109
109
</executions >
110
110
<dependencies >
111
111
<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 >
115
115
</dependency >
116
116
</dependencies >
117
117
</plugin >
Original file line number Diff line number Diff line change 28
28
<plugin >
29
29
<groupId >org.apache.maven.plugins</groupId >
30
30
<artifactId >maven-shade-plugin</artifactId >
31
- <version >3.2.4 </version >
31
+ <version >3.6.0 </version >
32
32
<executions >
33
33
<execution >
34
34
<phase >package</phase >
Original file line number Diff line number Diff line change 90
90
<plugin >
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-shade-plugin</artifactId >
93
- <version >3.2.4 </version >
93
+ <version >3.6.0 </version >
94
94
<configuration >
95
95
<createDependencyReducedPom >false</createDependencyReducedPom >
96
96
<shadedArtifactAttached >true</shadedArtifactAttached >
Original file line number Diff line number Diff line change 95
95
<plugin >
96
96
<groupId >org.apache.maven.plugins</groupId >
97
97
<artifactId >maven-shade-plugin</artifactId >
98
- <version >3.2.4 </version >
98
+ <version >3.6.0 </version >
99
99
<configuration >
100
100
<createDependencyReducedPom >false</createDependencyReducedPom >
101
101
<shadedArtifactAttached >true</shadedArtifactAttached >
Original file line number Diff line number Diff line change 99
99
<plugin >
100
100
<groupId >org.apache.maven.plugins</groupId >
101
101
<artifactId >maven-shade-plugin</artifactId >
102
- <version >3.2.4 </version >
102
+ <version >3.6.0 </version >
103
103
<configuration >
104
104
<createDependencyReducedPom >false</createDependencyReducedPom >
105
105
<shadedArtifactAttached >true</shadedArtifactAttached >
You can’t perform that action at this time.
0 commit comments