mirror of
https://github.com/FirephoenixX02/RapidReport.git
synced 2026-04-25 02:56:21 +02:00
Add bStats
This commit is contained in:
parent
ef9a039d25
commit
51dc7f7a3f
4 changed files with 21 additions and 3 deletions
10
pom.xml
10
pom.xml
|
|
@ -109,6 +109,10 @@
|
|||
<pattern>com.zaxxer.hikari</pattern>
|
||||
<shadedPattern>me.firephoenix.hikari</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.bstats</pattern>
|
||||
<shadedPattern>me.firephoenix.bstats</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
@ -157,5 +161,11 @@
|
|||
<version>2.3.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bstats</groupId>
|
||||
<artifactId>bstats-velocity</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue