Skip to content

Commit 43c17db

Browse files
authored
Removed maven shade plugin (#206)
2 parents d8ad81a + 6191e93 commit 43c17db

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,6 @@
2727
<target>${java.version}</target>
2828
</configuration>
2929
</plugin>
30-
<plugin>
31-
<groupId>org.apache.maven.plugins</groupId>
32-
<artifactId>maven-shade-plugin</artifactId>
33-
<version>3.6.1</version>
34-
<executions>
35-
<execution>
36-
<phase>package</phase>
37-
<goals>
38-
<goal>shade</goal>
39-
</goals>
40-
<configuration>
41-
<createDependencyReducedPom>false</createDependencyReducedPom>
42-
</configuration>
43-
</execution>
44-
</executions>
45-
</plugin>
4630
</plugins>
4731
<resources>
4832
<resource>

0 commit comments

Comments
 (0)