Removes unnecessary Blacksmith dependency

This commit is contained in:
2022-10-19 02:46:26 +02:00
parent c3c5263425
commit 2f535f9aa7
2 changed files with 1 additions and 6 deletions

View File

@@ -114,10 +114,5 @@
<version>3.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.knarcraft</groupId>
<artifactId>blacksmith</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>