Integrate LWCXProtection in YardWatch

A new protection hook, LWCXProtection, has been introduced to the YardWatch system, and the respective hook has been registered. Changes have been made to the service manager to facilitate this. Additionally, a relevant repository and corresponding dependency have been added to the pom.xml file for this purpose.
This commit is contained in:
2024-03-22 12:20:41 +01:00
parent 219a0da639
commit 648d628825
3 changed files with 107 additions and 0 deletions
+10
View File
@@ -68,6 +68,10 @@
<id>sk89q-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
@@ -101,5 +105,11 @@
<version>16.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.griefcraft</groupId>
<artifactId>lwc</artifactId>
<version>2.2.9-dev</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>