Skip to content

Commit

Permalink
fix: Bad service configuration file (#3426)
Browse files Browse the repository at this point in the history
Signed-off-by: sunlichao11 <sunlichao11@jd.com>
Co-authored-by: sunlichao11 <sunlichao11@jd.com>
leechor and sunlichao11 authored Apr 26, 2024
1 parent d6ee583 commit 29a11a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dinky-app/dinky-app-base/pom.xml
Original file line number Diff line number Diff line change
@@ -213,6 +213,16 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>

0 comments on commit 29a11a5

Please sign in to comment.