Skip to content

Commit

Permalink
Include slf4j-to-jul deps into shaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Dec 23, 2024
1 parent 3673ad7 commit 38de8be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jdbc-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -117,6 +122,12 @@
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<artifact>org.slf4j:slf4j-api</artifact>
<excludes>
<exclude>org/slf4j/impl/**</exclude>
</excludes>
</filter>
</filters>

<relocations>
Expand Down

0 comments on commit 38de8be

Please sign in to comment.