1.6.12 & 1.6.13
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<groupId>us.ajg0702</groupId>
|
||||
<artifactId>ajQueue</artifactId>
|
||||
<name>ajQueue</name>
|
||||
<version>1.6.11</version>
|
||||
<version>1.6.13</version>
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
@@ -58,6 +58,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>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user