Skip to content

Commit 800bd3d

Browse files
committed
Fix native build, make shaded JAR work
1 parent e1d46ff commit 800bd3d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

clickhouse-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
</buildArgs>
170170
<classpath>
171171
<param>
172-
${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar</param>
172+
${project.build.directory}/${project.artifactId}-${project.version}-all.jar</param>
173173
</classpath>
174174
<agent>
175175
<enabled>true</enabled>
@@ -400,7 +400,7 @@
400400
<excludes>
401401
<!-- provided libraries -->
402402
<exclude>io.micrometer:*</exclude>
403-
<exclude>org.slf4j:*</exclude>
403+
<exclude>org.slf4j:slf4j-simple</exclude>
404404
</excludes>
405405
</artifactSet>
406406
<relocations>

0 commit comments

Comments
 (0)