1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 23:41:15 +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 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-parent</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
+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>
+1 -1
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>
+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>
@@ -100,10 +100,6 @@
</executions>
<configuration>
<relocations>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>cc.carm.lib.easysql.slf4j</shadedPattern>
</relocation>
<relocation>
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>cc.carm.lib.easysql.hikari</shadedPattern>
+1 -1
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>
+1 -1
View File
@@ -16,7 +16,7 @@
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.4</version>
<version>0.2.5</version>
<modules>
<module>easysql-api</module>