Implements Sentinel support

This commit is contained in:
2022-10-19 13:20:57 +02:00
parent 909863a2f7
commit 22b621801b
3 changed files with 50 additions and 2 deletions

13
pom.xml
View File

@@ -120,5 +120,18 @@
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>
<version>2.7.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>