Skip to content

Commit

Permalink
[0.6.2] shade antlr package, fixes #57
Browse files Browse the repository at this point in the history
  • Loading branch information
artpar committed Jun 3, 2024
1 parent cd200c6 commit a2d10d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<artifactId>unlogged-sdk</artifactId>
<groupId>video.bug</groupId>
<version>0.6.1</version>
<version>0.6.2</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -370,6 +370,14 @@
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>selogger.com.fasterxml.jackson</shadedPattern>
</relocation>
<relocation>
<pattern>org.antlr</pattern>
<shadedPattern>selogger.org.antlr</shadedPattern>
</relocation>
<relocation>
<pattern>org.xerial</pattern>
<shadedPattern>selogger.org.xerial</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down

0 comments on commit a2d10d8

Please sign in to comment.