File tree Expand file tree Collapse file tree 1 file changed +2
-33
lines changed
Expand file tree Collapse file tree 1 file changed +2
-33
lines changed Original file line number Diff line number Diff line change 9494
9595 <!-- Project dependencies -->
9696 <dependencies >
97- <!-- Include in final JAR -->
97+ <!-- Provided by third-party -->
9898 <dependency >
9999 <groupId >net.sf.trove4j</groupId >
100100 <artifactId >trove4j</artifactId >
101101 <version >3.0.3</version >
102- <scope >compile </scope >
102+ <scope >provided </scope >
103103 </dependency >
104104 <!-- Testing only -->
105105 <dependency >
213213 </archive >
214214 </configuration >
215215 </plugin >
216- <!-- Dependency addition plugin -->
217- <plugin >
218- <groupId >org.apache.maven.plugins</groupId >
219- <artifactId >maven-shade-plugin</artifactId >
220- <version >2.1</version >
221- <executions >
222- <execution >
223- <configuration >
224- <minimizeJar >true</minimizeJar >
225- <filters >
226- <filter >
227- <artifact >*:*</artifact >
228- <excludes >
229- <exclude >lib/**</exclude >
230- <exclude >templates/**</exclude >
231- <exclude >META-INF/*.xml</exclude >
232- <exclude >META-INF/*.txt</exclude >
233- <exclude >**/LICENSE</exclude >
234- <exclude >**/NOTICE</exclude >
235- <exclude >**/DEPENDENCIES</exclude >
236- </excludes >
237- </filter >
238- </filters >
239- </configuration >
240- <phase >package</phase >
241- <goals >
242- <goal >shade</goal >
243- </goals >
244- </execution >
245- </executions >
246- </plugin >
247216 </plugins >
248217 </build >
249218
You can’t perform that action at this time.
0 commit comments