Skip to content

Commit

Permalink
Merge pull request #32 from juhoautio-rovio/relocate_roaring_bitmap_i…
Browse files Browse the repository at this point in the history
…n_shaded_jar

Relocate RoaringBitmap in shaded jar
  • Loading branch information
juhoautio-rovio authored Mar 2, 2023
2 parents 0f6f005 + b432b81 commit 4e6322c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@
<include>com.google.common.**</include>
</includes>
</relocation>
<relocation>
<pattern>org</pattern>
<shadedPattern>repackaged.org.roaringbitmap</shadedPattern>
<includes>
<include>org.roaringbitmap.**</include>
</includes>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 4e6322c

Please sign in to comment.