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.
508508 <artifactId >maven-assembly-plugin</artifactId >
509509 <version >3.7.1</version >
510510 </plugin >
511+ <plugin >
512+ <groupId >org.apache.maven.plugins</groupId >
513+ <artifactId >maven-shade-plugin</artifactId >
514+ <version >3.6.0</version >
515+ </plugin >
511516 </plugins >
512517 </pluginManagement >
513518
Original file line number Diff line number Diff line change 6868 <plugin >
6969 <groupId >org.apache.maven.plugins</groupId >
7070 <artifactId >maven-compiler-plugin</artifactId >
71- <version >3.13.0</version >
7271 <executions >
7372 <execution >
7473 <id >default-compile</id >
8281 <plugin >
8382 <groupId >org.apache.maven.plugins</groupId >
8483 <artifactId >maven-shade-plugin</artifactId >
85- <version >3.6.0</version >
8684 <executions >
8785 <execution >
8886 <phase >package</phase >
115113 <plugin >
116114 <groupId >org.apache.maven.plugins</groupId >
117115 <artifactId >maven-jar-plugin</artifactId >
118- <version >3.3.0</version >
119116 <configuration >
120117 <archive >
121118 <manifestEntries >
You can’t perform that action at this time.
0 commit comments