Skip to content

Commit

Permalink
fix(#759): corrected all-in-one client build
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Dec 6, 2024
1 parent 3151a73 commit 79c0643
Showing 1 changed file with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,20 @@
<shadedPattern>io.evitadb.dependencies.io.grpc</shadedPattern>
</relocation>
<relocation>
<pattern>grpc</pattern>
<shadedPattern>io.evitadb.dependencies.grpc</shadedPattern>
<pattern>grpc.binlog</pattern>
<shadedPattern>io.evitadb.dependencies.grpc.binlog</shadedPattern>
</relocation>
<relocation>
<pattern>grpc.channelz</pattern>
<shadedPattern>io.evitadb.dependencies.grpc.channelz</shadedPattern>
</relocation>
<relocation>
<pattern>grpc.health</pattern>
<shadedPattern>io.evitadb.dependencies.grpc.health</shadedPattern>
</relocation>
<relocation>
<pattern>grpc.reflection</pattern>
<shadedPattern>io.evitadb.dependencies.grpc.reflection</shadedPattern>
</relocation>
<relocation>
<pattern>io.micrometer</pattern>
Expand Down

0 comments on commit 79c0643

Please sign in to comment.