Skip to content
This repository was archived by the owner on Dec 23, 2017. It is now read-only.

Commit a362110

Browse files
author
Jochen Schalanda
committed
Only relocate Jackson SMILE module in shaded JAR
1 parent af4773f commit a362110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@
147147
</filters>
148148
<relocations>
149149
<relocation>
150-
<pattern>com.fasterxml.jackson</pattern>
151-
<shadedPattern>org.graylog.plugins.usagestatistics.shaded.jackson</shadedPattern>
150+
<pattern>com.fasterxml.jackson.dataformat.smile</pattern>
151+
<shadedPattern>org.graylog.plugins.usagestatistics.shaded.jackson.smile</shadedPattern>
152152
</relocation>
153153
<relocation>
154154
<pattern>org.jsoftbiz.utils.OS</pattern>

0 commit comments

Comments
 (0)