Skip to content

Commit

Permalink
Add shading for generex and automaton
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Apr 30, 2023
1 parent 64ec852 commit 09e4d90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -241,6 +241,8 @@
<artifactSet>
<includes>
<include>org.yaml:snakeyaml:*:*</include>
<include>com.github.mifmif:generex:*:*</include>
<include>dk.brics.automaton:automaton:*:*</include>
</includes>
</artifactSet>
<filters>
Expand All @@ -256,6 +258,14 @@
<pattern>org.yaml.snakeyaml</pattern>
<shadedPattern>net.datafaker.shaded.snakeyaml</shadedPattern>
</relocation>
<relocation>
<pattern>com.mifmif.common.regex</pattern>
<shadedPattern>net.datafaker.shaded.generex</shadedPattern>
</relocation>
<relocation>
<pattern>dk.brics.automaton</pattern>
<shadedPattern>net.datafaker.shaded.automaton</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down

0 comments on commit 09e4d90

Please sign in to comment.