1.6.12 & 1.6.13
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user