@@ -57,8 +57,33 @@ dependencies {
5757 shadow(SHADOW )
5858
5959 // TheBase
60- implementation(" com.github.server-utilities:TheBase:${ rootProject.properties['base-version']} " ). exclude(group : ' com.zaxxer' , module : ' HikariCP' )
61- shadow(" com.github.server-utilities:TheBase:${ rootProject.properties['base-version']} " ). exclude(group : ' com.zaxxer' , module : ' HikariCP' )
60+ implementation(' com.github.simplix-softworks:simplixstorage:3.2.7' )
61+ shadow(' com.github.simplix-softworks:simplixstorage:3.2.7' )
62+
63+ implementation(' mysql:mysql-connector-java:8.0.33' )
64+ shadow(' mysql:mysql-connector-java:8.0.33' )
65+
66+ implementation(' org.xerial:sqlite-jdbc:3.46.1.0' )
67+ .exclude(group : ' org.slf4j' , module : ' slf4j-api' )
68+ shadow(' org.xerial:sqlite-jdbc:3.46.1.0' )
69+ .exclude(group : ' org.slf4j' , module : ' slf4j-api' )
70+
71+ implementation(' com.zaxxer:HikariCP:5.1.0' )
72+ .exclude(group : ' org.slf4j' , module : ' slf4j-api' )
73+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-api' )
74+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-core' )
75+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-slf4j-impl' )
76+ shadow(' com.zaxxer:HikariCP:5.1.0' )
77+ .exclude(group : ' org.slf4j' , module : ' slf4j-api' )
78+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-api' )
79+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-core' )
80+ .exclude(group : ' org.apache.logging.log4j' , module : ' log4j-slf4j-impl' )
81+
82+ implementation(' net.objecthunter:exp4j:0.4.8' )
83+ shadow(' net.objecthunter:exp4j:0.4.8' )
84+
85+ implementation(' com.google.re2j:re2j:1.7' )
86+ shadow(' com.google.re2j:re2j:1.7' )
6287
6388 // OblivateInvs
6489 implementation(" com.github.hamza-cskn.obliviate-invs:core:4.1.12" ). exclude(group : ' com.google.code.gson' , module : ' gson' )
@@ -101,6 +126,8 @@ shadowJar {
101126 relocate(' com.github.Anon8281.universalScheduler' , ' host.plas.bou.libs.universalScheduler' )
102127 relocate(' com.github.benmanes.caffeine' , ' host.plas.bou.libs.caffeine' )
103128 relocate(' com.google.gson' , ' host.plas.bou.libs.gson' )
129+
130+ relocate(' de.leonhard' , ' tv.quaint.thebase.lib.leonhard' )
104131}
105132
106133artifacts {
0 commit comments