File tree 2 files changed +5
-2
lines changed
module/database/database-alkaid-redis
src/main/kotlin/taboolib/expansion
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ tasks {
14
14
relocate(" redis.clients.jedis." , " redis.clients.jedis_4_2_3." )
15
15
relocate(" com.electronwill.nightconfig.core.conversion" , " taboolib.library.configuration" )
16
16
relocate(" com.electronwill.nightconfig." , " com.electronwill.nightconfig_3_6_7." )
17
+ relocate(" org.apache.commons.pool2." , " org.apache.commons.pool2_2_11_1." )
17
18
relocate(" org.yaml.snakeyaml." , " org.yaml.snakeyaml_2_0." )
18
19
}
19
20
}
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ import taboolib.common.env.RuntimeDependency
24
24
RuntimeDependency (
25
25
" !redis.clients:jedis:4.2.3" ,
26
26
test = " !redis.clients.jedis_4_2_3.Jedis" ,
27
- relocate = [" !redis.clients.jedis" , " !redis.clients.jedis_4_2_3" ],
27
+ relocate = [" !redis.clients.jedis" , " !redis.clients.jedis_4_2_3" ,
28
+ " !org.apache.commons.pool2" , " !org.apache.commons.pool2_2_11_1" ],
28
29
transitive = false
29
30
),
30
31
RuntimeDependency (
@@ -34,7 +35,8 @@ import taboolib.common.env.RuntimeDependency
34
35
),
35
36
RuntimeDependency (
36
37
" !org.apache.commons:commons-pool2:2.11.1" ,
37
- test = " !org.apache.commons.pool2.ObjectPool" ,
38
+ test = " !org.apache.commons.pool2_2_11_1.ObjectPool" ,
39
+ relocate = [" !org.apache.commons.pool2" , " !org.apache.commons.pool2_2_11_1" ],
38
40
transitive = false
39
41
),
40
42
RuntimeDependency (
You can’t perform that action at this time.
0 commit comments