Skip to content

Commit 38de8be

Browse files
committed
Include slf4j-to-jul deps into shaded artifact
1 parent 3673ad7 commit 38de8be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jdbc-shaded/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<groupId>tech.ydb.jdbc</groupId>
2020
<artifactId>ydb-jdbc-driver</artifactId>
2121
</dependency>
22+
23+
<dependency>
24+
<groupId>org.slf4j</groupId>
25+
<artifactId>slf4j-jdk14</artifactId>
26+
</dependency>
2227
</dependencies>
2328

2429
<build>
@@ -117,6 +122,12 @@
117122
<exclude>META-INF/*.RSA</exclude>
118123
</excludes>
119124
</filter>
125+
<filter>
126+
<artifact>org.slf4j:slf4j-api</artifact>
127+
<excludes>
128+
<exclude>org/slf4j/impl/**</exclude>
129+
</excludes>
130+
</filter>
120131
</filters>
121132

122133
<relocations>

0 commit comments

Comments
 (0)