Skip to content

Commit

Permalink
Shade in Jedis.
Browse files Browse the repository at this point in the history
Signed-off-by: creatorfromhell <[email protected]>
  • Loading branch information
creatorfromhell committed Sep 2, 2023
1 parent 517733e commit b71342f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,18 @@
<include>org.yaml:*</include>
<include>me.carleslc.Simple-YAML:*</include>
<include>com.zaxxer:*</include>
<include>redis.clients:*</include>
<include>co.aikar:*</include>
<include>cloud.commandframework:*</include>
<include>com.github.Revxrsal.Lamp:*</include>
<include>net.kyori:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>${tne.relocation}.jedis</shadedPattern>
</relocation>
<relocation>
<pattern>org.json.simple</pattern>
<shadedPattern>${tne.relocation}.json</shadedPattern>
Expand Down
1 change: 1 addition & 0 deletions Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
<include>org.json.simple:*</include>
<include>net.tnemc:*</include>
<include>com.zaxxer:*</include>
<include>redis.clients:*</include>
<include>org.yaml:*</include>
<include>me.carleslc.Simple-YAML:*</include>
<include>co.aikar:*</include>
Expand Down
5 changes: 5 additions & 0 deletions PaperCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,18 @@
<include>org.yaml:*</include>
<include>me.carleslc.Simple-YAML:*</include>
<include>com.zaxxer:*</include>
<include>redis.clients:*</include>
<include>co.aikar:*</include>
<include>cloud.commandframework:*</include>
<include>net.kyori:*</include>
<include>com.github.Revxrsal.Lamp:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>${tne.relocation}.jedis</shadedPattern>
</relocation>
<relocation>
<pattern>org.json.simple</pattern>
<shadedPattern>${tne.relocation}.json</shadedPattern>
Expand Down
5 changes: 5 additions & 0 deletions Sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,18 @@
<include>org.yaml:*</include>
<include>me.carleslc.Simple-YAML:*</include>
<include>com.zaxxer:*</include>
<include>redis.clients:*</include>
<include>co.aikar:*</include>
<include>cloud.commandframework:*</include>
<include>net.kyori:*</include>
<include>com.github.Revxrsal.Lamp:*</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>${tne.relocation}.jedis</shadedPattern>
</relocation>
<relocation>
<pattern>org.json.simple</pattern>
<shadedPattern>${tne.relocation}.json</shadedPattern>
Expand Down
5 changes: 5 additions & 0 deletions Sponge8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
<include>org.yaml:*</include>
<include>me.carleslc.Simple-YAML:*</include>
<include>com.zaxxer:*</include>
<include>redis.clients:*</include>
<include>co.aikar:*</include>
<include>cloud.commandframework:*</include>
<include>com.github.Revxrsal.Lamp:*</include>
Expand All @@ -106,6 +107,10 @@
</excludes>
</artifactSet>
<relocations>
<relocation>
<pattern>redis.clients</pattern>
<shadedPattern>${tne.relocation}.jedis</shadedPattern>
</relocation>
<relocation>
<pattern>org.json.simple</pattern>
<shadedPattern>${tne.relocation}.json</shadedPattern>
Expand Down

0 comments on commit b71342f

Please sign in to comment.