forked from LogBlock/LogBlock
Spaces instead of tabs in the pom.xml
This commit is contained in:
22
pom.xml
22
pom.xml
@ -158,17 +158,17 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.hikari</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>de.diddiz.lib.com.zaxxer.hikari</shadedPattern>
|
<shadedPattern>de.diddiz.lib.com.zaxxer.hikari</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.slf4j</pattern>
|
<pattern>org.slf4j</pattern>
|
||||||
<shadedPattern>de.diddiz.lib.org.slf4j</shadedPattern>
|
<shadedPattern>de.diddiz.lib.org.slf4j</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Reference in New Issue
Block a user