1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

[v0.2.5] 打包时不再对slf4j-api进行relocation

This commit is contained in:
2022-01-06 14:39:28 +08:00
parent cd60bf256e
commit 50b36d8430
6 changed files with 6 additions and 14 deletions
+1 -5
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>0.2.4</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -101,10 +101,6 @@
</executions>
<configuration>
<relocations>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>cc.carm.lib.easysql.slf4j</shadedPattern>
</relocation>
<relocation>
<pattern>cn.beecp</pattern>
<shadedPattern>cc.carm.lib.easysql.beecp</shadedPattern>