Skip to content

Commit 8affd32

Browse files
author
Wulfspider
committed
Remove trove4j shading.
1 parent 75b7c2d commit 8affd32

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

pom.xml

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@
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>
@@ -213,37 +213,6 @@
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

0 commit comments

Comments
 (0)