Skip to content

Commit 41a58d8

Browse files
committed
feat: add dependency reduced pom
1 parent 1ce48fc commit 41a58d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
<goal>shade</goal>
6363
</goals>
6464
<configuration>
65-
<createDependencyReducedPom>false</createDependencyReducedPom>
65+
<shadedArtifactAttached>false</shadedArtifactAttached>
66+
<createDependencyReducedPom>true</createDependencyReducedPom>
6667
<relocations>
6768
<relocation>
6869
<pattern>dev.colbster937.reflect</pattern>

0 commit comments

Comments
 (0)