Skip to content

Commit a417de4

Browse files
committed
Configuration Changes in pom.xml
1 parent 9286d69 commit a417de4

2 files changed

Lines changed: 2 additions & 101 deletions

File tree

dependency-reduced-pom.xml

Lines changed: 0 additions & 101 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<goal>shade</goal>
8080
</goals>
8181
<configuration>
82+
<createDependencyReducedPom>false</createDependencyReducedPom>
8283
<transformers>
8384
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8485
<mainClass>webserver.Server</mainClass>
@@ -92,4 +93,5 @@
9293
</plugins>
9394
</build>
9495

96+
9597
</project>

0 commit comments

Comments
 (0)