File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,11 @@ limitations under the License.
508
508
<artifactId >maven-assembly-plugin</artifactId >
509
509
<version >3.7.1</version >
510
510
</plugin >
511
+ <plugin >
512
+ <groupId >org.apache.maven.plugins</groupId >
513
+ <artifactId >maven-shade-plugin</artifactId >
514
+ <version >3.6.0</version >
515
+ </plugin >
511
516
</plugins >
512
517
</pluginManagement >
513
518
Original file line number Diff line number Diff line change 68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-compiler-plugin</artifactId >
71
- <version >3.13.0</version >
72
71
<executions >
73
72
<execution >
74
73
<id >default-compile</id >
82
81
<plugin >
83
82
<groupId >org.apache.maven.plugins</groupId >
84
83
<artifactId >maven-shade-plugin</artifactId >
85
- <version >3.6.0</version >
86
84
<executions >
87
85
<execution >
88
86
<phase >package</phase >
115
113
<plugin >
116
114
<groupId >org.apache.maven.plugins</groupId >
117
115
<artifactId >maven-jar-plugin</artifactId >
118
- <version >3.3.0</version >
119
116
<configuration >
120
117
<archive >
121
118
<manifestEntries >
You can’t perform that action at this time.
0 commit comments