We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b8810 commit f26c985Copy full SHA for f26c985
SimpleAPI/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.bencodez</groupId>
6
<artifactId>simpleapi</artifactId>
7
- <version>0.0.6-SNAPSHOT</version>
+ <version>0.0.6</version>
8
<name>SimpleAPI</name>
9
<properties>
10
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
@@ -90,6 +90,16 @@
90
<goal>shade</goal>
91
</goals>
92
<configuration>
93
+ <filters>
94
+ <filter>
95
+ <artifact>*:*</artifact>
96
+ <excludes>
97
+ <exclude>META-INF/*.SF</exclude>
98
+ <exclude>META-INF/*.DSA</exclude>
99
+ <exclude>META-INF/*.RSA</exclude>
100
+ </excludes>
101
+ </filter>
102
+ </filters>
103
<relocations>
104
<relocation>
105
<pattern>com.zaxxer.HikariCP</pattern>
0 commit comments