Skip to content

Commit

Permalink
shaded slf4j to my package
Browse files Browse the repository at this point in the history
  • Loading branch information
reosfire committed Oct 28, 2022
1 parent a62d25e commit d175a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>ru.reosfire.shaded.com.zaxxer.hikari</shadedPattern>
</relocation>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>ru.reosfire.shaded.org.slf4j</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down

This file was deleted.

0 comments on commit d175a28

Please sign in to comment.