Skip to content

Commit 438dc93

Browse files
authored
Merge pull request #483 from Dabz/v6-relocating-slf4j
v6: relocate slf4j dependency
2 parents 4d5bd06 + 828e835 commit 438dc93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@
494494
<pattern>io.grpc</pattern>
495495
<shadedPattern>io.weaviate.shaded.io.grpc</shadedPattern>
496496
</relocation>
497+
<relocation>
498+
<pattern>org.slf4j</pattern>
499+
<shadedPattern>io.weaviate.shaded.org.slf4j</shadedPattern>
500+
</relocation>
497501
</relocations>
498502
</configuration>
499503
<executions>

0 commit comments

Comments
 (0)