Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Removed the maven-shade-plugin.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent d69dfe4 commit 49c4b8a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,6 @@
</excludes>
</configuration> -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 49c4b8a

Please sign in to comment.