1.6.12 & 1.6.13

This commit is contained in:
ajgeiss0702
2020-11-24 12:08:22 -07:00
parent b4b1049d36
commit 7f51b44c4c
3 changed files with 23 additions and 3 deletions
+9 -1
View File
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.ajg0702</groupId>
<artifactId>ajQueue</artifactId>
<version>1.6.11</version>
<version>1.6.13</version>
<name>ajQueue</name>
<repositories>
@@ -130,6 +130,14 @@
<pattern>redis.clients.jedis</pattern>
<shadedPattern>us.ajg0702.queue.jedis</shadedPattern>
</relocation>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>us.ajg0702.queue.slf4j</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons</pattern>
<shadedPattern>us.ajg0702.queue.apache.commons</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>