summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-04-13 12:02:36 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-04-13 12:02:36 -0400
commit3794537cf4435296253118bc4af84df57ae28836 (patch)
tree8df2182a7467c48415e262d57b8e7f231f6a77eb /pom.xml
parentadded custom leaderboard, bug fixes (diff)
downloadkenshinshideandseek-3794537cf4435296253118bc4af84df57ae28836.tar.gz
kenshinshideandseek-3794537cf4435296253118bc4af84df57ae28836.tar.bz2
kenshinshideandseek-3794537cf4435296253118bc4af84df57ae28836.zip
1.4.0 rc2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 14 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 2ca8916..1d77b2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,31 +26,31 @@
<relocations>
<relocation>
<pattern>com.cryptomorin.xseries</pattern>
- <shadedPattern>net.tylermurphy.hideAndSeek.util.xseries</shadedPattern>
+ <shadedPattern>net.tylermurphy.xseries</shadedPattern>
</relocation>
</relocations>
<artifactSet>
- <includes>
- <include>com.github.cryptomorin:XSeries</include>
- <include>org.xerial:sqlite-jdbc</include>
- </includes>
+ <excludes>
+ <exclude>org.spigotmc:spigot-api</exclude>
+ <exclude>com.comphenix.protocol:ProtocolLib</exclude>
+ <exclude>org.jetbrains:annotations</exclude>
+ <exclude>net.bytebuddy:byte-buddy</exclude>
+ </excludes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.MF</exclude>
- <exclude>com/cryptomorin/xseries/XBiome*</exclude>
- <exclude>com/cryptomorin/xseries/NMSExtras*</exclude>
- <exclude>com/cryptomorin/xseries/NoteBlockMusic*</exclude>
- <exclude>com/cryptomorin/xseries/SkullCacheListener*</exclude>
- <exclude>com/cryptomorin/xseries/XBlock*</exclude>
- <exclude>com/cryptomorin/xseries/XEntity*</exclude>
- <exclude>com/cryptomorin/xseries/particles/*</exclude>
- <exclude>com/cryptomorin/xseries/messages/ActionBar*</exclude>
+ <exclude>sqlite-jdbc.properties</exclude>
</excludes>
</filter>
</filters>
+ <transformers>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
+ <resource>META-INF/services/java.sql.Driver</resource>
+ </transformer>
+ </transformers>
</configuration>
<executions>
<execution>
@@ -89,9 +89,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
- <version>3.36.0.3</version>
- <type>jar</type>
- <scope>provided</scope>
+ <version>3.7.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>